Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934263AbWKTQos (ORCPT ); Mon, 20 Nov 2006 11:44:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934268AbWKTQor (ORCPT ); Mon, 20 Nov 2006 11:44:47 -0500 Received: from ns2.suse.de ([195.135.220.15]:60074 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S934263AbWKTQor (ORCPT ); Mon, 20 Nov 2006 11:44:47 -0500 Date: Mon, 20 Nov 2006 17:44:37 +0100 Message-ID: From: Takashi Iwai To: Adrian Bunk Cc: Andrew Morton , perex@suse.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [Alsa-devel] [-mm patch] make sound/pci/hda/patch_sigmatel.c:stac92xx_dmic_labels[] static In-Reply-To: <20061117235820.GL31879@stusta.de> References: <20061114014125.dd315fff.akpm@osdl.org> <20061117235820.GL31879@stusta.de> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta27) (fiddleheads) (+CVS-20060704) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1623 Lines: 50 At Sat, 18 Nov 2006 00:58:20 +0100, Adrian Bunk wrote: > > On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote: > >... > > Changes since 2.6.19-rc5-mm2: > >... > > git-alsa.patch > >... > > git trees > >... > > This patch makes the needlessly global stac92xx_dmic_labels[] static. > > Signed-off-by: Adrian Bunk Thanks, fixed on ALSA tree now. Takashi > > --- linux-2.6.19-rc5-mm2/sound/pci/hda/patch_sigmatel.c.old 2006-11-17 18:36:16.000000000 +0100 > +++ linux-2.6.19-rc5-mm2/sound/pci/hda/patch_sigmatel.c 2006-11-17 18:36:26.000000000 +0100 > @@ -1201,7 +1201,7 @@ > } > > /* labels for dmic mux inputs */ > -const char *stac92xx_dmic_labels[5] = { > +static const char *stac92xx_dmic_labels[5] = { > "Analog Inputs", "Digital Mic 1", "Digital Mic 2", > "Digital Mic 3", "Digital Mic 4" > }; > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-devel > - 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/