Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Jean Delvare and committed by
Takashi Iwai
4c16ecc4 61ef6f3e

+1 -1
+1 -1
sound/pci/Kconfig
··· 795 795 796 796 config SND_SIS7019 797 797 tristate "SiS 7019 Audio Accelerator" 798 - depends on X86 && !X86_64 798 + depends on X86_32 799 799 select SND_AC97_CODEC 800 800 select ZONE_DMA 801 801 help