]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement support for the so-called USB feedback endpoint for USB
authorhselasky <hselasky@FreeBSD.org>
Sun, 28 Oct 2012 14:37:17 +0000 (14:37 +0000)
committerhselasky <hselasky@FreeBSD.org>
Sun, 28 Oct 2012 14:37:17 +0000 (14:37 +0000)
commiteba8578ed36bb1ecaf0906655ad18d73c2e06f58
treee34f4b22d394b10224b12956d323d3f5a195aeca
parent4d0fac96d4e65d77b510b85bbb11362ac85b505f
Implement support for the so-called USB feedback endpoint for USB
audio devices. This endpoint gives clues to the USB host about the
actual data rate on asynchronous endpoints and makes the more
expensive USB audio devices usable under FreeBSD.
The Linux USB audio driver was used as reference for the
automagic shift of the received value.

MFC after: 1 week
sys/dev/sound/usb/uaudio.c