[alsa-devel] [PATCH V3 00/11] Add support for Imagination Technologies audio controllers
Damien Horsley
Damien.Horsley at imgtec.com
Wed Nov 4 15:40:46 CET 2015
From: "Damien.Horsley" <Damien.Horsley at imgtec.com>
Add drivers and documentation for the following
Imagination Technologies audio controllers:
I2S Input Controller
I2S Output Controller
Parallel Output Controller
SPDIF Input Controller
SPDIF Output Controller
These controllers are used in Pistachio SoC
Changes in V3:
- Addressed comments from Mark Brown
Damien.Horsley (11):
ASoC: img: Add binding document for I2S input controller
ASoC: img: Add driver for I2S input controller
ASoC: img: Add binding document for I2S output controller
ASoC: img: Add driver for I2S output controller
ASoC: img: Add binding document for parallel output controller
ASoC: img: Add driver for parallel output controller
ASoC: img: Add binding document for SPDIF input controller
ASoC: img: Add driver for SPDIF input controller
ASoC: img: Add documentation for SPDIF in controls
ASoC: img: Add binding document for SPDIF output controller
ASoC: img: Add driver for SPDIF output controller
.../devicetree/bindings/sound/img,i2s-in.txt | 47 ++
.../devicetree/bindings/sound/img,i2s-out.txt | 51 ++
.../devicetree/bindings/sound/img,parallel-out.txt | 44 ++
.../devicetree/bindings/sound/img,spdif-in.txt | 41 ++
.../devicetree/bindings/sound/img,spdif-out.txt | 44 ++
Documentation/sound/alsa/img,spdif-in.txt | 49 ++
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 1 +
sound/soc/img/Kconfig | 44 ++
sound/soc/img/Makefile | 5 +
sound/soc/img/img-i2s-in.c | 516 +++++++++++++
sound/soc/img/img-i2s-out.c | 565 +++++++++++++++
sound/soc/img/img-parallel-out.c | 327 +++++++++
sound/soc/img/img-spdif-in.c | 806 +++++++++++++++++++++
sound/soc/img/img-spdif-out.c | 441 +++++++++++
15 files changed, 2982 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/img,i2s-in.txt
create mode 100644 Documentation/devicetree/bindings/sound/img,i2s-out.txt
create mode 100644 Documentation/devicetree/bindings/sound/img,parallel-out.txt
create mode 100644 Documentation/devicetree/bindings/sound/img,spdif-in.txt
create mode 100644 Documentation/devicetree/bindings/sound/img,spdif-out.txt
create mode 100644 Documentation/sound/alsa/img,spdif-in.txt
create mode 100644 sound/soc/img/Kconfig
create mode 100644 sound/soc/img/Makefile
create mode 100644 sound/soc/img/img-i2s-in.c
create mode 100644 sound/soc/img/img-i2s-out.c
create mode 100644 sound/soc/img/img-parallel-out.c
create mode 100644 sound/soc/img/img-spdif-in.c
create mode 100644 sound/soc/img/img-spdif-out.c
--
2.1.4
More information about the Alsa-devel
mailing list