alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: ad73311: drop I2C requirement
@ 2011-03-26  8:38 Mike Frysinger
  2011-03-26 14:12 ` Liam Girdwood
  2011-03-26 17:39 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Frysinger @ 2011-03-26  8:38 UTC (permalink / raw)
  To: alsa-devel, Liam Girdwood, Mark Brown; +Cc: Scott Jiang, device-drivers-devel

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
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-26 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26  8:38 [PATCH] ASoC: ad73311: drop I2C requirement Mike Frysinger
2011-03-26 14:12 ` Liam Girdwood
2011-03-26 17:39 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).