public inbox for alsa-devel@alsa-project.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; 6+ 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] 6+ messages in thread

* [PATCH 2/2] ASoC: Add adau* drivers to the Analog Devices file patterns
  2011-06-17 10:24 [PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS Mark Brown
@ 2011-06-17 10:24 ` Mark Brown
  2011-06-17 15:16   ` [Device-drivers-devel] " Mike Frysinger
  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
  1 sibling, 2 replies; 6+ 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

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*
 
-- 
1.7.5.4

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

* Re: [PATCH 1/2] ASoC: Fix ADAU1701 build in SND_SOC_ALL_CODECS
  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 10:32 ` Mark Brown
  1 sibling, 0 replies; 6+ messages in thread
From: Mark Brown @ 2011-06-17 10:32 UTC (permalink / raw)
  To: Mike Frysinger, Liam Girdwood; +Cc: alsa-devel, device-drivers-devel

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.

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

* Re: [Device-drivers-devel] [PATCH 2/2] ASoC: Add adau* drivers to the Analog Devices file patterns
  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   ` Mike Frysinger
  2011-06-18 14:30     ` Mark Brown
  2011-06-17 15:48   ` Liam Girdwood
  1 sibling, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2011-06-17 15:16 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, device-drivers-devel, Liam Girdwood

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

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

* Re: [PATCH 2/2] ASoC: Add adau* drivers to the Analog Devices file patterns
  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-17 15:48   ` Liam Girdwood
  1 sibling, 0 replies; 6+ messages in thread
From: Liam Girdwood @ 2011-06-17 15:48 UTC (permalink / raw)
  To: Mark Brown
  Cc: alsa-devel@alsa-project.org, Mike Frysinger,
	device-drivers-devel@blackfin.uclinux.org, Liam Girdwood

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>

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

* Re: [Device-drivers-devel] [PATCH 2/2] ASoC: Add adau* drivers to the Analog Devices file patterns
  2011-06-17 15:16   ` [Device-drivers-devel] " Mike Frysinger
@ 2011-06-18 14:30     ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2011-06-18 14:30 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: alsa-devel, device-drivers-devel, Liam Girdwood

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.

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

end of thread, other threads:[~2011-06-18 14:30 UTC | newest]

Thread overview: 6+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox