CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/08/29 02:40:56

Modified files:
        sys/dev/usb    : uaudio.c 

Log message:
uaudio: Ignore transfer completions if audio is halted

When audio is halted, the pipes are closed and the corresponding usb
transfer completion functions are called immediately. For certain
devices the status of the feedback pipe is USBD_NORMAL_COMPLETION,
which triggers further processing of the received data.

Fixes the harmless "uaudio0: sync play xfer, err = 6" messages on
the console.

Reply via email to