| To: | Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, linux-mips <linux-mips@linux-mips.org>, loongson-dev@googlegroups.com |
|---|---|
| Subject: | [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Thu, 15 Oct 2009 10:22:54 +0800 |
| Cc: | Jaya Kumar <jayakumar.lkml@gmail.com>, Jaroslav Kysela <perex@perex.cz>, Linus Torvalds <torvalds@linux-foundation.org>, Wu Zhangjin <wuzhangjin@gmail.com>, Takashi Iwai <tiwai@suse.de>, linux-sound@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=+YK/lHr8gXnfepa5EaBlW+6fDXeiRHdQc4MRGRg2hqo=; b=MvD33bSxUGcqZMVQOF84aT7uThcKI3OPrtD6Ym6f1wKfnkTvzREZtqyAfhcFUCr+kd K2IToVUqf3AnfpH2r+hIN/L8rVTUz982J8ryVq7VearUvPJLixfFCQQGI0i/CuOMa/Q+ xO1bs4U15EJUSeaVkgQvhHmNH5rZl/zOobu+o= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=LL6ee+Rmi7H34F85yPZsUMhQfwNP7HtHiv/EB/0rO4bs8RsYwZMCHOm/t0h9ma8+jF ubPQiLT7WQ8q3//lQ2QrOFOzdkGVfTF32vLHHhkXgkihS7pI2+qiDC6afhwseYS0F8DR hPSiu8i2LwtnrJ/8cl9Gs/hJAKif/2bSrOP8I= |
| In-reply-to: | <1255190029-17584-1-git-send-email-wuzhangjin@gmail.com> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1255190029-17584-1-git-send-email-wuzhangjin@gmail.com> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
Add CC to: Takashi Iwai <tiwai@suse.de>, linux-sound@vger.kernel.org
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>
---
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 2/3] [MIPS] msp71xx: remove unused function, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH 16/16] i2c-designware: Add I2C_FUNC_SMBUS_* bits, Shinya Kuribayashi |
| Previous by Thread: | [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency, Wu Zhangjin |
| Next by Thread: | Re: [PATCH] SND_CS5535AUDIO: Remove the X86 platform dependency, Takashi Iwai |
| Indexes: | [Date] [Thread] [Top] [All Lists] |