mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
[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>
This commit is contained in:
parent
761ccb24b4
commit
ddc2cec4db
@ -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"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user