All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS
@ 2011-06-17 10:24 Mark Brown
  2011-06-17 10:24 ` [PATCH 2/2] ASoC: Add adau* drivers to the Analog Devices file patterns Mark Brown
  2011-06-17 10:32 ` [PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS Mark Brown
  0 siblings, 2 replies; 22+ messages in thread
From: Mark Brown @ 2011-06-17 10:24 UTC (permalink / raw)
  To: Mike Frysinger, Liam Girdwood
  Cc: alsa-devel, Mark Brown, device-drivers-devel

Since select doesn't obey dependencies we need ALL_CODECS to select SIGMA
directly.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index bb90642..33ceb06 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -10,6 +10,7 @@ config SND_SOC_I2C_AND_SPI
 
 config SND_SOC_ALL_CODECS
 	tristate "Build all ASoC CODEC drivers"
+	select SIGMA if I2C   # Analog devices DSP
 	select SND_SOC_88PM860X if MFD_88PM860X
 	select SND_SOC_L3
 	select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS
-- 
1.7.5.4

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

end of thread, other threads:[~2011-06-21  1:46 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17 10:24 [PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS Mark Brown
2011-06-17 10:24 ` [PATCH 2/2] ASoC: Add adau* drivers to the Analog Devices file patterns Mark Brown
2011-06-17 15:16   ` [Device-drivers-devel] " Mike Frysinger
2011-06-18 14:30     ` Mark Brown
2011-06-17 15:48   ` Liam Girdwood
2011-06-17 10:32 ` [PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS Mark Brown
2011-06-17 11:40   ` [PATCH] firmware: Make firmware drivers generally available Lars-Peter Clausen
2011-06-17 11:40     ` Lars-Peter Clausen
2011-06-17 13:16     ` Clemens Ladisch
2011-06-17 13:16       ` Clemens Ladisch
2011-06-17 15:56       ` Mike Frysinger
2011-06-17 15:56         ` Mike Frysinger
2011-06-17 18:11         ` Clemens Ladisch
2011-06-17 18:11           ` Clemens Ladisch
2011-06-17 18:25           ` Mike Frysinger
2011-06-17 18:25             ` Mike Frysinger
2011-06-21  0:35             ` Mark Brown
2011-06-21  0:35               ` Mark Brown
2011-06-21  1:45               ` [uclinux-dist-devel] [PATCH] firmware: Make firmware drivers Mike Frysinger
2011-06-21  1:45                 ` [uclinux-dist-devel] [PATCH] firmware: Make firmware drivers generally available Mike Frysinger
2011-06-17 15:56     ` Mike Frysinger
2011-06-17 15:56       ` Mike Frysinger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.