[alsa-devel] [PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS
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
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 7da0089..ecc44e6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -533,6 +533,7 @@ L: device-drivers-devel@blackfin.uclinux.org L: alsa-devel@alsa-project.org (moderated for non-subscribers) W: http://wiki.analog.com/ S: Supported +F: sound/soc/codecs/adau* F: sound/soc/codecs/ad1* F: sound/soc/codecs/ssm*
Acked-by: Mike Frysinger vapier@gentoo.org
if you dont want to run this through your tree, i can do it via mine. just lemme know. -mike
On Fri, Jun 17, 2011 at 11:16:02AM -0400, Mike Frysinger wrote:
if you dont want to run this through your tree, i can do it via mine. just lemme know.
No need, I'm happy to carry it.
On 17/06/11 11:24, Mark Brown wrote:
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com
MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 7da0089..ecc44e6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -533,6 +533,7 @@ L: device-drivers-devel@blackfin.uclinux.org L: alsa-devel@alsa-project.org (moderated for non-subscribers) W: http://wiki.analog.com/ S: Supported +F: sound/soc/codecs/adau* F: sound/soc/codecs/ad1* F: sound/soc/codecs/ssm*
Acked-by: Liam Girdwood lrg@ti.com
On Fri, Jun 17, 2011 at 11:24:30AM +0100, Mark Brown wrote:
Since select doesn't obey dependencies we need ALL_CODECS to select SIGMA directly.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com
Hrm, actually the drivers/firmware Kconfig isn't even included on any architectures except ia64, x86 and blackfin so this is going to be a general failure. We also need a patch or patches adding firmware to the build for all architectures.
participants (3)
-
Liam Girdwood
-
Mark Brown
-
Mike Frysinger