diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2021-03-26 19:44:31 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-29 19:28:15 +0300 |
commit | d463cead11ace05c81de31a0fb9c2507c5c1d0a2 (patch) | |
tree | 3a27410aa1f7bf1edbc5fb683bafdbf3a6596a40 | |
parent | 23f23db29ac996a824dce2b3a800c7a002f1c480 (diff) | |
download | linux-d463cead11ace05c81de31a0fb9c2507c5c1d0a2.tar.xz |
ASoC: amd: fix acpi dependency kernel warning
Fix ACPI dependency kernel warning produced by powerpc
allyesconfig.
sound/soc/amd/acp-da7219-max98357a.c:684:28: warning:
'cz_rt5682_card' defined but not used [-Wunused-variable]
sound/soc/amd/acp-da7219-max98357a.c:671:28: warning: 'cz_card'
defined but not used [-Wunused-variable]
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/1616777074-5151-2-git-send-email-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/amd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 43f5d29d7c53..256c19275d45 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -11,7 +11,7 @@ config SND_SOC_AMD_CZ_DA7219MX98357_MACH select SND_SOC_MAX98357A select SND_SOC_ADAU7002 select REGULATOR - depends on SND_SOC_AMD_ACP && I2C && GPIOLIB + depends on SND_SOC_AMD_ACP && I2C && GPIOLIB && ACPI help This option enables machine driver for DA7219, RT5682 and MAX9835. |