sound: usb-audio: use multiple output URBs
authorClemens Ladisch <clemens@ladisch.de>
Mon, 13 Jul 2009 11:43:59 +0000 (13:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 15 Jul 2009 09:56:30 +0000 (11:56 +0200)
commited4affa53229701be7be4f7f84ba84164135d7e8
treefdb069a760d512320c38621850a50e176368815b
parent4773d1fb8f37612336d2c929058bf96d3a1624b1
sound: usb-audio: use multiple output URBs

Some newer USB MIDI interfaces use rather small packet sizes, so to get
enough bandwidth, we have to be able to send multiple packets in one USB
frame, so we have to use multiple URBs.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usbmidi.c