summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/acp/Kconfig
diff options
context:
space:
mode:
authorAjit Kumar Pandey <AjitKumar.Pandey@amd.com>2021-10-19 12:39:38 +0530
committerMark Brown <broonie@kernel.org>2021-10-20 11:12:57 +0100
commit8b72562668481894239e145afd2f651a7f83a728 (patch)
tree2366add0e377634d062cd3ef4186e4195e41a725 /sound/soc/amd/acp/Kconfig
parentcabc3acec02a3fb63efaba8ac892b54e823cd111 (diff)
downloadlinux-8b72562668481894239e145afd2f651a7f83a728.tar.bz2
ASoC: amd: acp: Add support for RT5682-VS codec
In newer variants primary codec is rt5682vs. Add support for newer codec variants in generic machine driver module and define driver data to register SOF sound card. Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com> Link: https://lore.kernel.org/r/20211019070938.5076-9-AjitKumar.Pandey@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp/Kconfig')
-rw-r--r--sound/soc/amd/acp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/Kconfig b/sound/soc/amd/acp/Kconfig
index ef4208c3e7b7..98ec18791d35 100644
--- a/sound/soc/amd/acp/Kconfig
+++ b/sound/soc/amd/acp/Kconfig
@@ -33,6 +33,7 @@ config SND_SOC_AMD_MACH_COMMON
select SND_SOC_DMIC
select SND_SOC_RT1019
select SND_SOC_MAX98357A
+ select SND_SOC_RT5682S
depends on X86 && PCI && I2C
help
This option enables common Machine driver module for ACP.