Commit e8e7da23 authored by Sachin Kamat's avatar Sachin Kamat Committed by Takashi Iwai

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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 56bde0f3
...@@ -1206,7 +1206,7 @@ static int snd_c400_create_mixer(struct usb_mixer_interface *mixer) ...@@ -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 * are valid they presents mono controls as L and R channels of
* stereo. So we provide a good mixer here. * stereo. So we provide a good mixer here.
*/ */
struct std_mono_table ebox44_table[] = { static struct std_mono_table ebox44_table[] = {
{ {
.unitid = 4, .unitid = 4,
.control = 1, .control = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment