From patchwork Tue Mar 11 10:38:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 3811251 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D14589F38F for ; Tue, 11 Mar 2014 10:38:59 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0813D202F8 for ; Tue, 11 Mar 2014 10:38:59 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 0FEC2202A1 for ; Tue, 11 Mar 2014 10:38:57 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id E84EB261730; Tue, 11 Mar 2014 11:38:55 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 9D5FC2608EA; Tue, 11 Mar 2014 11:38:45 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 3DB10261696; Tue, 11 Mar 2014 11:38:44 +0100 (CET) Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 596C22607BB for ; Tue, 11 Mar 2014 11:38:37 +0100 (CET) Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 20A9875014; Tue, 11 Mar 2014 10:38:37 +0000 (UTC) Date: Tue, 11 Mar 2014 11:38:34 +0100 From: Jean Delvare To: alsa-devel@alsa-project.org Message-ID: <20140311113834.24b9b0a6@endymion.delvare> Organization: SUSE Linux X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-suse-linux-gnu) MIME-Version: 1.0 Cc: Takashi Iwai , Ralf Baechle , Jaya Kumar Subject: [alsa-devel] [PATCH] ALSA: cs5535audio: Also needed on MIPS X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP The CS5536 companion chipset is not only used on 32-bit x86 systems as I originally thought, it is also used on MIPS Loongson/Lemote 2 systems. So let the snd-cs5535audio driver be built on MIPS too. Signed-off-by: Jean Delvare Cc: Jaya Kumar Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: Ralf Baechle --- Takashi: the powerpc reference was irrelevant as the defconfig file I mentioned includes all possible sound drivers. Ralf: do you happen to know if any other CS55xx chip was used on MIPS systems? Or any non-x86 systems for that matter. sound/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-3.14-rc6.orig/sound/pci/Kconfig 2014-03-10 21:09:12.142069639 +0100 +++ linux-3.14-rc6/sound/pci/Kconfig 2014-03-11 11:29:10.346528331 +0100 @@ -286,7 +286,7 @@ config SND_CS5530 config SND_CS5535AUDIO tristate "CS5535/CS5536 Audio" - depends on X86_32 || COMPILE_TEST + depends on X86_32 || MIPS || COMPILE_TEST select SND_PCM select SND_AC97_CODEC help