Mark Brown
a9bb153d3f
Merge series "ASoC: brcm: add dsl and pon chip audio driver" from Kevin Li <kevin-ke.li@broadcom.com>:
...
Changes in v2:
* Make the comment a C++ one for license header
* Remove all empty functions
* Change all variable to use kernel coding style
* Comment chip TX RX block independently generate I2S bus signals
Kevin Li (2):
ASoC: brcm: Add DSL/PON SoC audio driver
ASoC: brcm: DSL/PON SoC device tree bindings of audio driver
.../bindings/sound/brcm,bcm63xx-audio.txt | 29 ++
sound/soc/bcm/Kconfig | 9 +
sound/soc/bcm/Makefile | 4 +
sound/soc/bcm/bcm63xx-i2s-whistler.c | 317 ++++++++++++
sound/soc/bcm/bcm63xx-i2s.h | 90 ++++
sound/soc/bcm/bcm63xx-pcm-whistler.c | 485 ++++++++++++++++++
6 files changed, 934 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/brcm,bcm63xx-audio.txt
create mode 100644 sound/soc/bcm/bcm63xx-i2s-whistler.c
create mode 100644 sound/soc/bcm/bcm63xx-i2s.h
create mode 100644 sound/soc/bcm/bcm63xx-pcm-whistler.c
--
2.25.1
2020-03-13 16:16:59 +00:00
..
2020-01-03 09:24:11 +01:00
2020-01-05 16:14:27 +01:00
2020-01-05 16:15:07 +01:00
2020-01-03 09:24:12 +01:00
2020-03-11 18:45:26 +00:00
2020-02-06 14:15:01 +00:00
2020-01-20 11:44:51 +01:00
2020-02-18 13:33:39 +01:00
2020-01-03 09:24:24 +01:00
2020-01-28 16:26:57 -08:00
2020-03-06 12:06:41 +01:00
2019-10-23 17:23:45 +02:00
2020-01-28 16:26:57 -08:00
2020-03-05 15:46:54 +01:00
2020-01-05 16:15:13 +01:00
2020-01-05 16:14:43 +01:00
2020-01-05 16:15:14 +01:00
2020-03-13 16:16:59 +00:00
2020-01-05 16:14:56 +01:00
2020-01-05 16:15:13 +01:00
2020-01-05 16:14:46 +01:00
2020-03-11 18:45:26 +00:00
2020-01-28 16:26:57 -08:00
2019-12-11 07:25:35 +01:00
2020-01-03 09:24:08 +01:00
2019-05-21 10:50:46 +02:00
2019-05-30 11:26:35 -07:00
2019-08-08 08:18:32 +02:00