| To: | Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, linux-mips <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 9 Oct 2009 11:44:02 +0800 |
| Cc: | Andres Salomon <dilinger@debian.org>, Jaya Kumar <jayakumar.lkml@gmail.com>, Jaroslav Kysela <perex@perex.cz>, loongson-dev@googlegroups.com, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=qSIXjthXDeKvXUYnwauXUEP6byIt2Kxyocs7CeVQv9U=; b=KBxJoq7YpVUurhtK6J/6PCEJ06K0xTkTJj98uf8aGFoEMFQGz16HTeDtdN1M/aBnHo Q85c/ZYAbMj+1MSokcdWwRi3J9IJKj7bLqZWuOHXdHOIvp8H7n2LIgyQ49RfYd1D965A tWUcY/zuyTq65mpqg2mOl8CWDz5LuFMclKINE= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=OTdVwTZbyFAaedFtBj7zLrkcv1smWL8oXUZJIrzmdcDI5LT12iQbdu7+nbg95YMger Apajf53SQvziIUQjguU4+RXQyyI43QE6RpINMYc6/CwUuNQefgttB9IA1sTUgZmmM7vg FJCgY4qCx7LbbY6uBYq9pHpWp2vLhHA4FSR9Y= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
There is no platform dependence of SND_CS5535AUDIO before 2.6.31, Not
sure who have touched this part, but SND_CS5535AUDIO is at least
available on Loongson family machines, so, Remove the platform
dependence directly.
Reported-by: rixed@happyleptic.org
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
sound/pci/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index fb5ee3c..75c602b 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
--
1.6.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH -v1] MIPS: fix pfn_valid() for FLATMEM, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO, Wu Zhangjin |
| Previous by Thread: | [PATCH] MIPS: add IRQF_TIMER flag for Timer Interrupts, Wu Zhangjin |
| Next by Thread: | Re: [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |