CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/01 05:56:36
Modified files:
sys/dev/usb : uaudio.c
Log message:
uaudio: Enable implicit feedback on devices that claim to support it
The Behringer UMC204HD appears to have broken explicit feedback (the
sync endpoint sends always zeros) resulting in periodic drops.
Enabling implicit feedback (i.e. adjust play-direction data rate to
record-direction one) fixes this device.
>From Artem Sheldyaev <artem at sheldyaev.org>, thanks!
