freebsd-skq/sys/dev/sound/usb
Hans Petter Selasky f09566d3bd Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual
sample size. According to the USB audio frame format specification
from USB.org, the value in the "bBitResolution" field can be less than
the actual sample size, depending on the actual hardware, and should
not be used for this computation.

PR:		192755
MFC after:	1 week
2014-08-18 14:30:43 +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 Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual 2014-08-18 14:30:43 +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