summaryrefslogtreecommitdiffstats
path: root/sound/usb/mixer_us16x08.h
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2017-02-22 07:54:47 +0900
committerTakashi Iwai <tiwai@suse.de>2017-02-22 07:12:23 +0100
commit89b593c30e83ee19b7e7c6c7d6092669bebf343e (patch)
tree64c4160ed7b44550cbda1e173914fde3feb137e7 /sound/usb/mixer_us16x08.h
parent4b49f0f7ee1f5de8ea6d1210dfebf2c86f72507f (diff)
downloadlinux-89b593c30e83ee19b7e7c6c7d6092669bebf343e.tar.gz
linux-89b593c30e83ee19b7e7c6c7d6092669bebf343e.tar.xz
ALSA: usb-audio: purge needless variable length array
Variable length array is used in 'snd_us16x08_meter_get()', while there is no need. It's better to purge it because variable length array has overhead for stack handling. This commit replaces the array with static length. Sparse generated below warning. sound/usb/mixer_us16x08.c:714:18: warning: Variable length array is used. Fixes: d2bb390a2081 ("ALSA: usb-audio: Tascam US-16x08 DSP mixer quirk") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer_us16x08.h')
0 files changed, 0 insertions, 0 deletions