Skip to content
Permalink
Browse files
ASoC: amd: add support for rt5682 codec in machine driver
Add support for RT5682 codec in machine driver.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
  • Loading branch information
vijendarmukunda authored and intel-lab-lkp committed Mar 15, 2021
1 parent 1de8cdf commit 3ce3631a5e78f3564d42ce966b97b5496dec7db6
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 42 deletions.
@@ -5,14 +5,15 @@ config SND_SOC_AMD_ACP
This option enables ACP DMA support on AMD platform.

config SND_SOC_AMD_CZ_DA7219MX98357_MACH
tristate "AMD CZ support for DA7219 and MAX9835"
tristate "AMD CZ support for DA7219, RT5682 and MAX9835"
select SND_SOC_DA7219
select SND_SOC_RT5682_I2C
select SND_SOC_MAX98357A
select SND_SOC_ADAU7002
select REGULATOR
depends on SND_SOC_AMD_ACP && I2C && GPIOLIB
help
This option enables machine driver for DA7219 and MAX9835.
This option enables machine driver for DA7219, RT5682 and MAX9835.

config SND_SOC_AMD_CZ_RT5645_MACH
tristate "AMD CZ support for RT5645"

0 comments on commit 3ce3631

Please sign in to comment.