Re: [PATCH 8/9] audio: restore mixing-engine playback buffer size

2020-09-24 Thread Volker RĂ¼melin
>> diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c >> index 21b7a0484b..cb931d0fda 100644 >> --- a/audio/sdlaudio.c >> +++ b/audio/sdlaudio.c >> @@ -253,6 +253,7 @@ static void sdl_callback (void *opaque, Uint8 *buf, int >> len) >> return ret;

Re: [PATCH 8/9] audio: restore mixing-engine playback buffer size

2020-09-22 Thread Gerd Hoffmann
> diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c > index 21b7a0484b..cb931d0fda 100644 > --- a/audio/sdlaudio.c > +++ b/audio/sdlaudio.c > @@ -253,6 +253,7 @@ static void sdl_callback (void *opaque, Uint8 *buf, int > len) > return ret;

[PATCH 8/9] audio: restore mixing-engine playback buffer size

2020-09-20 Thread Volker RĂ¼melin
Commit ff095e5231 "audio: api for mixeng code free backends" introduced another FIFO for the audio subsystem with exactly the same size as the mixing-engine FIFO. Most audio backends use this generic FIFO. The generic FIFO used together with the mixing-engine FIFO doubles the audio FIFO size, becau