1
0
Fork 0

ALSA: usb-midi: correct speed checking

Allow for SS+ USB devices

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Oliver Neukum 2016-05-04 14:18:40 +02:00 committed by Takashi Iwai
parent 748a1ccc43
commit 89e448b33a
1 changed files with 1 additions and 0 deletions

View File

@ -911,6 +911,7 @@ static void snd_usbmidi_us122l_output(struct snd_usb_midi_out_endpoint *ep,
switch (snd_usb_get_speed(ep->umidi->dev)) {
case USB_SPEED_HIGH:
case USB_SPEED_SUPER:
case USB_SPEED_SUPER_PLUS:
count = 1;
break;
default: