Skip to content

Commit

Permalink
ALSA: sis7019: Simplify dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Takashi Iwai committed Mar 11, 2014
1 parent 61ef6f3 commit 4c16ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,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
Expand Down

0 comments on commit 4c16ecc

Please sign in to comment.