Skip to content

audioringbuffer: Reset reorder flag before check

I just stumbled over this issue with an XMOS-based USB 2.0 audio device and the alsasrc. The function is called twice where the first time the reorder flag is set to true and next time when the ALSA configuration is completed the position maps match - but the flag is not reset.

Merge request reports