Skip to content
Commit e49a14fa authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: usb: Avoid VLA in mixer_us16x08.c



This is another attempt to work around the VLA used in
mixer_us16x08.c.  Basically the temporary array is used individually
for two cases, and we can declare locally in each block, instead of
hackish max() usage.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 617163fc
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