freebsd-dev/sys/dev/sound/usb
Hans Petter Selasky e5359a3bba Don't clear stall at first time use of USB MIDI endpoints.
Most likely some non-USB compliant devices will choke on it
sooner or later. Clear stall is strictly speaking not needed.
If the first MIDI command sent or transmitted is lost, this
is not a big problem for us.

MFC after:	1 week
2013-05-18 07:16:20 +00:00
..
uaudio_pcm.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
uaudio.c Don't clear stall at first time use of USB MIDI endpoints. 2013-05-18 07:16:20 +00:00
uaudio.h Stop USB audio transfers early so that any audio applications 2011-12-14 00:48:20 +00:00
uaudioreg.h Implement support for USB Audio v2.0. Remove some redundant 2012-09-17 15:43:57 +00:00