aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8f52372d66a2..1b428a1eafd0 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};