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>

authored by Sachin Kamat and committed by Takashi Iwai e8e7da23 56bde0f3

+1 -1
+1 -1
sound/usb/mixer_quirks.c
··· 1206 1206 * are valid they presents mono controls as L and R channels of 1207 1207 * stereo. So we provide a good mixer here. 1208 1208 */ 1209 - struct std_mono_table ebox44_table[] = { 1209 + static struct std_mono_table ebox44_table[] = { 1210 1210 { 1211 1211 .unitid = 4, 1212 1212 .control = 1,