[alsa-devel] [PATCH] ALSA: sis7019: Simplify dependencies
Jean Delvare
jdelvare at suse.de
Tue Mar 11 14:30:07 CET 2014
Kconfig symbol X86_32 was introduced in October 2005, it's about time
to use it :-)
Signed-off-by: Jean Delvare <jdelvare at suse.de>
Cc: Jaroslav Kysela <perex at perex.cz>
Cc: Takashi Iwai <tiwai at suse.de>
Cc: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
---
sound/pci/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.14-rc6.orig/sound/pci/Kconfig 2014-03-11 11:29:10.346528331 +0100
+++ linux-3.14-rc6/sound/pci/Kconfig 2014-03-11 14:23:58.996511875 +0100
@@ -797,7 +797,7 @@ config SND_RME9652
config SND_SIS7019
tristate "SiS 7019 Audio Accelerator"
- depends on X86 && !X86_64
+ depends on X86_32
select SND_AC97_CODEC
select ZONE_DMA
help
--
Jean Delvare
SUSE L3 Support
More information about the Alsa-devel
mailing list