aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-01-10 11:19:14 +0530
committerTakashi Iwai <tiwai@suse.de>2013-01-10 10:22:25 +0100
commite8e7da23c9add6f636bcc631aeb4461ffb99f77f (patch)
tree6d8a287e2f0cbdc335026c84f7c79dcbd0a86f64 /sound/usb
parentALSA: hdspm - Fix wordclock status on AES32 (diff)
downloadlinux-dev-e8e7da23c9add6f636bcc631aeb4461ffb99f77f.tar.xz
linux-dev-e8e7da23c9add6f636bcc631aeb4461ffb99f77f.zip
ALSA: usb-audio: Make ebox44_table static
Fixes the following sparse warning: sound/usb/mixer_quirks.c:1209:23: warning: symbol 'ebox44_table' was not declared. Should it be static? Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/mixer_quirks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c
index 0422b1360af3..15520de1df56 100644
--- a/sound/usb/mixer_quirks.c
+++ b/sound/usb/mixer_quirks.c
@@ -1206,7 +1206,7 @@ static int snd_c400_create_mixer(struct usb_mixer_interface *mixer)
* are valid they presents mono controls as L and R channels of
* stereo. So we provide a good mixer here.
*/
-struct std_mono_table ebox44_table[] = {
+static struct std_mono_table ebox44_table[] = {
{
.unitid = 4,
.control = 1,