[alsa-devel] [PATCH] MIPS/sound: DB1200 audio support depends on MIPS arch.
Manuel Lauss
manuel.lauss at googlemail.com
Thu Nov 10 12:20:59 CET 2011
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 at canb.auug.org.au>
Signed-off-by: Manuel Lauss <manuel.lauss at 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
--
1.7.7.2
--
To unsubscribe from this list: send the line "unsubscribe alsa-devel" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the Alsa-devel
mailing list