summaryrefslogtreecommitdiff
path: root/sound/soc/bcm/Makefile
diff options
context:
space:
mode:
authorKevin Li <kevin-ke.li@broadcom.com>2020-03-12 15:32:41 -0700
committerMark Brown <broonie@kernel.org>2020-03-13 16:01:35 +0000
commit88eb404ccc3efd300fb6fb6a9f8c99c1d5db3747 (patch)
treec399721670771942bd974be90026bad644e2f13a /sound/soc/bcm/Makefile
parent101247a3b86e1cc0e382b7e887a56176290fc957 (diff)
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/Makefile4
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