Skip to content

Commit

Permalink
[ALSA] make sound/pci/hda/patch_sigmatel.c:stac92xx_dmic_labels[] static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 761ccb2 commit ddc2cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
}

/* 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"
};
Expand Down

0 comments on commit ddc2cec

Please sign in to comment.