aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-11-20 06:03:44 -0500
committerJaroslav Kysela <perex@suse.cz>2007-02-09 03:01:37 -0500
commitddc2cec4dbec157ac7426111205d59ac28f887ee (patch)
tree25074ad4df6a945b51095c90b74180d7321eff9e /sound
parent761ccb24b4cad211295a5abe231f418ad97aac04 (diff)
[ALSA] make sound/pci/hda/patch_sigmatel.c:stac92xx_dmic_labels[] static
This patch makes the needlessly global stac92xx_dmic_labels[] static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 8f52372d66a..1b428a1eafd 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1201,7 +1201,7 @@ static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
1201} 1201}
1202 1202
1203/* labels for dmic mux inputs */ 1203/* labels for dmic mux inputs */
1204const char *stac92xx_dmic_labels[5] = { 1204static const char *stac92xx_dmic_labels[5] = {
1205 "Analog Inputs", "Digital Mic 1", "Digital Mic 2", 1205 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
1206 "Digital Mic 3", "Digital Mic 4" 1206 "Digital Mic 3", "Digital Mic 4"
1207}; 1207};