[alsa-devel] [PATCH] ALSA: sis7019: Simplify dependencies
Kconfig symbol X86_32 was introduced in October 2005, it's about time to use it :-)
Signed-off-by: Jean Delvare jdelvare@suse.de Cc: Jaroslav Kysela perex@perex.cz Cc: Takashi Iwai tiwai@suse.de Cc: Wei Yongjun yongjun_wei@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
At Tue, 11 Mar 2014 14:30:07 +0100, Jean Delvare wrote:
Kconfig symbol X86_32 was introduced in October 2005, it's about time to use it :-)
Signed-off-by: Jean Delvare jdelvare@suse.de Cc: Jaroslav Kysela perex@perex.cz Cc: Takashi Iwai tiwai@suse.de Cc: Wei Yongjun yongjun_wei@trendmicro.com.cn
Applied, thanks.
Takashi
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
participants (2)
-
Jean Delvare
-
Takashi Iwai