| To: | Linux Kernel Mailing List <linux-kernel@vger.kernel.org> |
|---|---|
| Subject: | Re: [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 09 Oct 2009 11:51:27 +0800 |
| Cc: | linux-mips <linux-mips@linux-mips.org>, Andres Salomon <dilinger@debian.org>, Jaya Kumar <jayakumar.lkml@gmail.com>, Jaroslav Kysela <perex@perex.cz>, loongson-dev@googlegroups.com |
| 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=pRaMycGiXbss7pbyqGSjaEvQgcpgegytGtbd4chDNbU=; b=EDmeNTja9isC59cxlnxUy2hYDKlPDQ/ccYj+3WSLZHmg1DsNRqeEb9otVmRWiuRNmP H/A+OyWE0KnMM78QDqI529CjDAJgcDdP1xEZ5czs3LJa4yVQpgpxJi3lC9I7YAfK5Rho 4qS+flFSE2M+Y2OPSkgae14IHMpKFkef6q/So= |
| 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=rHG7YZoRhnwfg/P9Qm3Ven4MlE659WmrpU8HT6ZbZARHRHSa1w1Wi8KHvyoSH0ad5y w/KUnjsMiQEA/GkAkb72KiCpy+X6sJpGh69EtXh2q6wBabXjBuhYeTi1xl/k3Blex/sB sNOIMxMBGq6uXeX8rggLwM45mneGS3kG7TMLM= |
| In-reply-to: | <1255059842-12160-1-git-send-email-wuzhangjin@gmail.com> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1255059842-12160-1-git-send-email-wuzhangjin@gmail.com> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Fri, 2009-10-09 at 11:44 +0800, Wu Zhangjin wrote:
> 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
or use this?
depends on (X86 && !X86_64) || MIPS
Regards,
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO, Andres Salomon |
| Previous by Thread: | [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO, Wu Zhangjin |
| Next by Thread: | Re: [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO, Andres Salomon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |