projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
761ccb2
)
[ALSA] make sound/pci/hda/patch_sigmatel.c:stac92xx_dmic_labels[] static
author
Adrian Bunk
<bunk@stusta.de>
Mon, 20 Nov 2006 11:03:44 +0000
(12:03 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 9 Feb 2007 08:01:37 +0000
(09:01 +0100)
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>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index 8f52372d66a29466d7b1d8532a146633f4456c41..1b428a1eafd0fc79ae11b4af3b9a3edf3634ac52 100644
(file)
--- 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,
}
/* 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"
};