summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/mixer_us16x08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/mixer_us16x08.c b/sound/usb/mixer_us16x08.c
index 019336f53acf..7ac45ec372b9 100644
--- a/sound/usb/mixer_us16x08.c
+++ b/sound/usb/mixer_us16x08.c
@@ -1040,7 +1040,7 @@ static struct snd_us16x08_eq_store *snd_us16x08_create_eq_store(void)
1040 return tmp; 1040 return tmp;
1041} 1041}
1042 1042
1043struct snd_us16x08_meter_store *snd_us16x08_create_meter_store(void) 1043static struct snd_us16x08_meter_store *snd_us16x08_create_meter_store(void)
1044{ 1044{
1045 struct snd_us16x08_meter_store *tmp = 1045 struct snd_us16x08_meter_store *tmp =
1046 kzalloc(sizeof(struct snd_us16x08_meter_store), GFP_KERNEL); 1046 kzalloc(sizeof(struct snd_us16x08_meter_store), GFP_KERNEL);