Hello,
I’m developing a composite USB device on nRF5340 (NCS v2.6.0) that exposes USB CDC + MIDI + Audio.
When using the USB Audio interface, volume control works correctly on all operative systems but sometimes I see error logs from the USB stack:
<err> usb_audio: Device data not found for entity 73 <err> usb_audio: Volume out of range: 16128 <err> usb_device: Request buffer too small
The Request buffer too small message sometimes reports requested sizes up to ~65,282 bytes, which seems unusually large for a control transfer.
This same behavior can be reproduced using the stock sample USB Audio headset.
In some cases, these errors lead to noticeable lag in volume response, as if the control requests queue up before taking effect. You can notice this in the video below.
Steps to reproduce:
- Flash the USB audio headset sample to an nRF5340DK
- Connect the USB cable and start any audio stream from the host.
- Move the system volume slider.
- Observe the logs
Could you please confirm if this is a known issue in the SDK or Zephyr, and if there’s any workaround or fix available?
Thank you!
Tomas