[alsa-devel] [PATCH] ALSA: cs553*: Fix dependencies
Jean Delvare
jdelvare at suse.de
Mon Mar 10 21:12:26 CET 2014
The CS5530, CS5535 and CS5536 chipsets are companions of the Geode
series of processors, which are 32-bit x86 processors. So the
snd-cs5530 and snd-cs5535audio drivers are only needed on this
architecture, except for build testing purpose.
Signed-off-by: Jean Delvare <jdelvare at suse.de>
Cc: Jaya Kumar <jayakumar.alsa at gmail.com>
Cc: Jaroslav Kysela <perex at perex.cz>
Cc: Takashi Iwai <tiwai at suse.de>
---
sound/pci/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- linux-3.14-rc6.orig/sound/pci/Kconfig 2014-02-09 16:53:07.699734368 +0100
+++ linux-3.14-rc6/sound/pci/Kconfig 2014-03-10 20:52:21.908690341 +0100
@@ -276,7 +276,7 @@ config SND_CS46XX_NEW_DSP
config SND_CS5530
tristate "CS5530 Audio"
- depends on ISA_DMA_API
+ depends on ISA_DMA_API && (X86_32 || COMPILE_TEST)
select SND_SB16_DSP
help
Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips.
@@ -286,6 +286,7 @@ config SND_CS5530
config SND_CS5535AUDIO
tristate "CS5535/CS5536 Audio"
+ depends on X86_32 || COMPILE_TEST
select SND_PCM
select SND_AC97_CODEC
help
--
Jean Delvare
SUSE L3 Support
More information about the Alsa-devel
mailing list