diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2009-10-15 10:22:54 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-10-30 11:31:33 +0100 |
commit | 97609458ce972180172ae2cec0483451820e6a41 (patch) | |
tree | 26f604f61954917c9460140df282cf496bec01f9 /sound | |
parent | fb66ebd88471cd2cc1205536dfc781b2f4c1d6b5 (diff) |
ALSA: SND_CS5535AUDIO: Remove the X86 platform dependency
SND_CS5535AUDIO is available on Loongson(MIPS compatible) family
machines, and checked it with ARCH=x86_64, no relative compiling
warnings & errors, so, remove the platform dependency directly.
Reported-by: rixed@happyleptic.org
Acked-by: Andres Salomon <dilinger@collabora.co.uk>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index fb5ee3cc396..75c602b5b13 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -259,7 +259,6 @@ config SND_CS5530 config SND_CS5535AUDIO tristate "CS5535/CS5536 Audio" - depends on X86 && !X86_64 select SND_PCM select SND_AC97_CODEC help |