diff options
author | Ravulapati Vishnu vardhan rao <Vishnuvardhanrao.Ravulapati@amd.com> | 2020-07-28 18:02:53 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-30 22:00:32 +0200 |
commit | 414e3cab7d3e60395d23f76acdf95d5d81425b48 (patch) | |
tree | af65ba6a7836194d19d4e688eab1c8814d688bfe /sound/soc/amd/Kconfig | |
parent | ASoC: amd: Passing card structure based on codec (diff) | |
download | linux-414e3cab7d3e60395d23f76acdf95d5d81425b48.tar.xz linux-414e3cab7d3e60395d23f76acdf95d5d81425b48.zip |
ASoC: amd: Adding support for ALC1015 codec in machine driver
Adding support for ALC1015 RTK codec in machine driver.
Passing specific card structure based on its ACPI ID.
Signed-off-by: Ravulapati Vishnu vardhan rao <Vishnuvardhanrao.Ravulapati@amd.com>
Link: https://lore.kernel.org/r/20200728160255.31020-4-Vishnuvardhanrao.Ravulapati@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Kconfig')
-rw-r--r-- | sound/soc/amd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index e37cf72f2bab..a6ce000fac3f 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -33,6 +33,7 @@ config SND_SOC_AMD_RV_RT5682_MACH select SND_SOC_MAX98357A select SND_SOC_CROS_EC_CODEC select I2C_CROS_EC_TUNNEL + select SND_SOC_RT1015 depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC help This option enables machine driver for RT5682 and MAX9835. |