[alsa-devel] [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
DB1200 audio support should only be visible if MIPS/Alchemy arch is selected. Fixes an x86-allmodconfig build failure in linux-next.
Reported-by: Stephen Rothwell sfr@canb.auug.org.au Signed-off-by: Manuel Lauss manuel.lauss@googlemail.com --- sound/soc/au1x/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/au1x/Kconfig b/sound/soc/au1x/Kconfig index c620cbf9..a561040 100644 --- a/sound/soc/au1x/Kconfig +++ b/sound/soc/au1x/Kconfig @@ -52,7 +52,7 @@ config SND_SOC_DB1000
config SND_SOC_DB1200 tristate "DB1200/DB1300/DB1550 Audio support" - select SND_SOC_AU1XPSC + depends on SND_SOC_AU1XPSC select SND_SOC_AU1XPSC_AC97 select SND_SOC_AC97_CODEC select SND_SOC_WM9712
On Thu, Nov 10, 2011 at 12:20:59PM +0100, Manuel Lauss wrote:
DB1200 audio support should only be visible if MIPS/Alchemy arch is selected. Fixes an x86-allmodconfig build failure in linux-next.
Applied but *always* CC maintainers on patches.
On Thu, Nov 10, 2011 at 11:34:48AM +0000, Mark Brown wrote:
On Thu, Nov 10, 2011 at 12:20:59PM +0100, Manuel Lauss wrote:
DB1200 audio support should only be visible if MIPS/Alchemy arch is selected. Fixes an x86-allmodconfig build failure in linux-next.
Applied but *always* CC maintainers on patches.
Sorry, actually not applied as it's not against mainline - please resubmit against mainline.
On Thu, Nov 10, 2011 at 12:20 PM, Manuel Lauss manuel.lauss@googlemail.com wrote:
DB1200 audio support should only be visible if MIPS/Alchemy arch is selected. Fixes an x86-allmodconfig build failure in linux-next.
Reported-by: Stephen Rothwell sfr@canb.auug.org.au Signed-off-by: Manuel Lauss manuel.lauss@googlemail.com
Please ignore this one. This is caused by a stray change in on the Alchemy patches for 3.3. I'll send a fix to Ralf asap.
Manuel -- To unsubscribe from this list: send the line "unsubscribe alsa-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Nov 10, 2011 at 12:20:59PM +0100, Manuel Lauss wrote:
DB1200 audio support should only be visible if MIPS/Alchemy arch is selected. Fixes an x86-allmodconfig build failure in linux-next.
Reported-by: Stephen Rothwell sfr@canb.auug.org.au Signed-off-by: Manuel Lauss manuel.lauss@googlemail.com
Thanks, folded into the offending patch.
Ralf -- To unsubscribe from this list: send the line "unsubscribe alsa-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
participants (3)
-
Manuel Lauss
-
Mark Brown
-
Ralf Baechle