aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/amd/Makefile
diff options
context:
space:
mode:
authorAjit Kumar Pandey <AjitKumar.Pandey@amd.com>2021-10-19 12:39:31 +0530
committerMark Brown <broonie@kernel.org>2021-10-20 11:12:49 +0100
commit623621a9f9e1a2f4bf1c69d066b7de3de2b12df6 (patch)
treeffb23b16cff33e1c371a10672ddfe130b58efc57 /sound/soc/amd/Makefile
parentMerge branch 'asoc-5.15' into asoc-5.16 (diff)
downloadwireguard-linux-623621a9f9e1a2f4bf1c69d066b7de3de2b12df6.tar.xz
wireguard-linux-623621a9f9e1a2f4bf1c69d066b7de3de2b12df6.zip
ASoC: amd: Add common framework to support I2S on ACP SOC
We are using legacy way of exposing dais and DMA configuration that requires separate driver modules for various ACP SOC with almost similar hw configuration. Moreover the legacy approach requires separate I2S and DMA module platform devices registration and need machine specific quirk to control various I2S endpoints. Add generic dai driver and platform driver for I2S controller on ACP hw block. This common framework can be used by various ACP platform devices that shares common specs. Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com> Link: https://lore.kernel.org/r/20211019070938.5076-2-AjitKumar.Pandey@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Makefile')
-rw-r--r--sound/soc/amd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/Makefile b/sound/soc/amd/Makefile
index 07150d26f315..9878907c89a6 100644
--- a/sound/soc/amd/Makefile
+++ b/sound/soc/amd/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_SND_SOC_AMD_ACP3x) += raven/
obj-$(CONFIG_SND_SOC_AMD_RV_RT5682_MACH) += snd-soc-acp-rt5682-mach.o
obj-$(CONFIG_SND_SOC_AMD_RENOIR) += renoir/
obj-$(CONFIG_SND_SOC_AMD_ACP5x) += vangogh/
+obj-$(CONFIG_SND_SOC_AMD_ACP_COMMON) += acp/