summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/raven/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-01-23 13:36:45 +0100
committerMark Brown <broonie@kernel.org>2020-01-23 13:36:45 +0100
commita7196caf83ea9e9b56c5c8c95fbfe0d45acec46b (patch)
treed9147ac16e1af83463bad4e45b233bc8e51f2e0e /sound/soc/amd/raven/Makefile
parentMerge branch 'asoc-5.5' into asoc-linus (diff)
parentASoC: soc-core: remove null_snd_soc_ops (diff)
downloadlinux-a7196caf83ea9e9b56c5c8c95fbfe0d45acec46b.tar.xz
linux-a7196caf83ea9e9b56c5c8c95fbfe0d45acec46b.zip
Merge branch 'asoc-5.6' into asoc-next
Diffstat (limited to 'sound/soc/amd/raven/Makefile')
-rw-r--r--sound/soc/amd/raven/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/amd/raven/Makefile b/sound/soc/amd/raven/Makefile
index 108d1acf189b..62c22b6ed95a 100644
--- a/sound/soc/amd/raven/Makefile
+++ b/sound/soc/amd/raven/Makefile
@@ -2,5 +2,7 @@
# Raven Ridge platform Support
snd-pci-acp3x-objs := pci-acp3x.o
snd-acp3x-pcm-dma-objs := acp3x-pcm-dma.o
+snd-acp3x-i2s-objs := acp3x-i2s.o
obj-$(CONFIG_SND_SOC_AMD_ACP3x) += snd-pci-acp3x.o
obj-$(CONFIG_SND_SOC_AMD_ACP3x) += snd-acp3x-pcm-dma.o
+obj-$(CONFIG_SND_SOC_AMD_ACP3x) += snd-acp3x-i2s.o