lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 20 Nov 2006 17:44:37 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	Adrian Bunk <bunk@...sta.de>
Cc:	Andrew Morton <akpm@...l.org>, perex@...e.cz,
	alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: Re: [Alsa-devel] [-mm patch] make	sound/pci/hda/patch_sigmatel.c:stac92xx_dmic_labels[] static

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 <bunk@...sta.de>

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@...ts.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists