[alsa-devel] [PATCH] ASoC: ad73311: drop I2C requirement
From: Scott Jiang scott.jiang@analog.com
The AD73311 codec does not use I2C, so don't require it in Kconfig.
Signed-off-by: Scott Jiang scott.jiang@analog.com Signed-off-by: Mike Frysinger vapier@gentoo.org --- sound/soc/codecs/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index d6976ed..74a4629 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -16,7 +16,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_AD183X if SPI_MASTER select SND_SOC_AD193X if SND_SOC_I2C_AND_SPI select SND_SOC_AD1980 if SND_SOC_AC97_BUS - select SND_SOC_AD73311 if I2C + select SND_SOC_AD73311 select SND_SOC_AD74111 select SND_SOC_ADS117X select SND_SOC_AK4104 if SPI_MASTER
On Sat, 2011-03-26 at 04:38 -0400, Mike Frysinger wrote:
From: Scott Jiang scott.jiang@analog.com
The AD73311 codec does not use I2C, so don't require it in Kconfig.
Signed-off-by: Scott Jiang scott.jiang@analog.com Signed-off-by: Mike Frysinger vapier@gentoo.org
Acked-by: Liam Girdwood lrg@ti.com
On Sat, Mar 26, 2011 at 04:38:30AM -0400, Mike Frysinger wrote:
From: Scott Jiang scott.jiang@analog.com
The AD73311 codec does not use I2C, so don't require it in Kconfig.
Signed-off-by: Scott Jiang scott.jiang@analog.com Signed-off-by: Mike Frysinger vapier@gentoo.org
I had to apply this one by hand, probably because of some of the other changes in the Kconfig file in other patches in the series.
participants (3)
-
Liam Girdwood
-
Mark Brown
-
Mike Frysinger