Files
tinyusb/src/class
hathach da5c57031d audio: treat SuperSpeed as microframed in the feedback computation
Two halves of the same computation disagreed once TUSB_SPEED_SUPER existed.
frame_div and k already resolve SUPER to the microframe form by testing
"== TUSB_SPEED_FULL", but the fifo_count rate constants and the feedback
interval tested "== TUSB_SPEED_HIGH", so at SuperSpeed the constants stayed 8x
too large and tud_audio_feedback_interval_isr() fired 8x too rarely. Latent
today - no DCD serves SuperSpeed isochronous yet - but it is shared class code.
2026-08-18 16:45:48 +07:00
..