diff options
author | Kevin Li <kevin-ke.li@broadcom.com> | 2020-03-12 23:32:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-13 17:01:35 +0100 |
commit | 88eb404ccc3efd300fb6fb6a9f8c99c1d5db3747 (patch) | |
tree | c399721670771942bd974be90026bad644e2f13a /sound/soc/bcm/Makefile | |
parent | Merge series "ASoC: SOF: preparatory patches" from Guennadi Liakhovetski <gue... (diff) | |
download | linux-88eb404ccc3efd300fb6fb6a9f8c99c1d5db3747.tar.xz linux-88eb404ccc3efd300fb6fb6a9f8c99c1d5db3747.zip |
ASoC: brcm: Add DSL/PON SoC audio driver
This patch adds Broadcom DSL/PON SoC audio driver
with Whistler I2S block. The SoC supported by this
patch are BCM63158B0,BCM63178 and BCM47622/6755
Signed-off-by: Kevin Li <kevin-ke.li@broadcom.com>
Link: https://lore.kernel.org/r/20200312223242.2843-2-kevin-ke.li@broadcom.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/bcm/Makefile')
-rw-r--r-- | sound/soc/bcm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/bcm/Makefile b/sound/soc/bcm/Makefile index b81fa421ec27..7c2d7899603b 100644 --- a/sound/soc/bcm/Makefile +++ b/sound/soc/bcm/Makefile @@ -9,3 +9,7 @@ snd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o +# BCM63XX Platform Support +snd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o + +obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o
\ No newline at end of file |