Re: [PATCH 03/12] audio: run downstream playback queue unconditionally

2022-09-27 Thread Marc-André Lureau
On Fri, Sep 23, 2022 at 10:45 PM Volker Rümelin wrote: > Run the downstream playback queue even if the emulated audio > device didn't write new samples. There still may be buffered > audio samples downstream. > > This is for the -audiodev out.mixing-engine=off case. Commit > a8a98cfd42 ("audio: r

[PATCH 03/12] audio: run downstream playback queue unconditionally

2022-09-23 Thread Volker Rümelin
Run the downstream playback queue even if the emulated audio device didn't write new samples. There still may be buffered audio samples downstream. This is for the -audiodev out.mixing-engine=off case. Commit a8a98cfd42 ("audio: run downstream playback queue uncondition- ally") fixed the out.mixin