diff options
author | Ajit Kumar Pandey <AjitKumar.Pandey@amd.com> | 2021-10-19 12:39:32 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-20 11:12:50 +0100 |
commit | 58c8c8438db45fb22b8d855645e2d4d15ca9ee72 (patch) | |
tree | 53bf5044c41e59a7c5b97219b4aea9b7b9a6f620 /sound/soc/amd/acp/Makefile | |
parent | 623621a9f9e1a2f4bf1c69d066b7de3de2b12df6 (diff) | |
download | linux-stable-58c8c8438db45fb22b8d855645e2d4d15ca9ee72.tar.gz linux-stable-58c8c8438db45fb22b8d855645e2d4d15ca9ee72.tar.bz2 linux-stable-58c8c8438db45fb22b8d855645e2d4d15ca9ee72.zip |
ASoC: amd: acp: Add I2S support on Renoir platform
Add I2S dai driver for Renoir platform and register with common
acp framework to support non dsp I2S use case on Renoir.
Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Link: https://lore.kernel.org/r/20211019070938.5076-3-AjitKumar.Pandey@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp/Makefile')
-rw-r--r-- | sound/soc/amd/acp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/Makefile b/sound/soc/amd/acp/Makefile index b2e12659d97b..42bff3515f24 100644 --- a/sound/soc/amd/acp/Makefile +++ b/sound/soc/amd/acp/Makefile @@ -8,5 +8,10 @@ snd-acp-pcm-objs := acp-platform.o snd-acp-i2s-objs := acp-i2s.o +#platform specific driver +snd-acp-renoir-objs := acp-renoir.o + obj-$(CONFIG_SND_SOC_AMD_ACP_PCM) += snd-acp-pcm.o obj-$(CONFIG_SND_SOC_AMD_ACP_I2S) += snd-acp-i2s.o + +obj-$(CONFIG_SND_AMD_ASOC_RENOIR) += snd-acp-renoir.o |