Skip to content

Commit

Permalink
ALSA: usb-midi: correct speed checking
Browse files Browse the repository at this point in the history
Allow for SS+ USB devices

Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Oliver Neukum authored and Takashi Iwai committed May 8, 2016
1 parent 748a1cc commit 89e448b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/usb/midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89e448b

Please sign in to comment.