projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ef6f3
)
ALSA: sis7019: Simplify dependencies
author
Jean Delvare
<jdelvare@suse.de>
Tue, 11 Mar 2014 13:30:07 +0000
(14:30 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 11 Mar 2014 13:40:32 +0000
(14:40 +0100)
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>
sound/pci/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/Kconfig
b/sound/pci/Kconfig
index 47dfbd940f3ccf1e782e0fd6c645932d68b66d8a..0b0c0cf13f748e0e231a6d068351c6827a57d128 100644
(file)
--- a/
sound/pci/Kconfig
+++ b/
sound/pci/Kconfig
@@
-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