Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761656AbZJJPgK (ORCPT ); Sat, 10 Oct 2009 11:36:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754943AbZJJPgH (ORCPT ); Sat, 10 Oct 2009 11:36:07 -0400 Received: from bhuna.collabora.co.uk ([93.93.128.226]:43052 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754891AbZJJPgG (ORCPT ); Sat, 10 Oct 2009 11:36:06 -0400 Date: Sat, 10 Oct 2009 11:34:36 -0400 From: Andres Salomon To: wuzhangjin@gmail.com Cc: Linux Kernel Mailing List , linux-mips , Jaya Kumar , Jaroslav Kysela , loongson-dev@googlegroups.com Subject: Re: [PATCH] CS5535: Remove the X86 platform dependence of SND_CS5535AUDIO Message-ID: <20091010113436.2bfa0bb6@mycelium.queued.net> In-Reply-To: <1255185134.6883.20.camel@falcon> References: <1255059842-12160-1-git-send-email-wuzhangjin@gmail.com> <1255060287.16819.1.camel@falcon> <20091009005318.7174938c@mycelium.queued.net> <1255185134.6883.20.camel@falcon> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1662 Lines: 49 On Sat, 10 Oct 2009 22:32:14 +0800 Wu Zhangjin wrote: > Hello, > > On Fri, 2009-10-09 at 00:53 -0400, Andres Salomon wrote: > > On Fri, 09 Oct 2009 11:51:27 +0800 > > Wu Zhangjin wrote: > > > > > 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 > > > > --- > > > > 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 > > > [...] > > Just checked the SND_CS5536AUDIO(=y and =m) option with ARCH=x86_64, > no compiling warnings & errors, but I don't have such a chip in a > x86-64 machine, so, did not test the kernel yet. > > Regards, > Wu Zhangjin > Great, feel free to add Acked-by: Andres Salomon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/