dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Sachin Kamat 2013-01-10 11:19:14 +05:30 committed by Takashi Iwai
parent 56bde0f328
commit e8e7da23c9
1 changed files with 1 additions and 1 deletions

View File

@ -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,