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

ALSA: usb-audio: Use snd_usb_ctl_msg() for Native Instruments quirk



snd_nativeinstruments_control_get() uses a stack as a buffer for
usb_control_msg(), but it's basically not allowed.  Replace the call
with a safer helper, snd_usb_ctl_msg(), instead.

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