Re: [PATCH 05/12] audio: add more audio rate control functions

2022-09-27 Thread Marc-André Lureau
On Fri, Sep 23, 2022 at 10:43 PM Volker Rümelin wrote: > The next patch needs two new rate control functions. The first > one returns the bytes needed at call time to maintain the > selected rate. The second one adjusts the bytes actually sent. > > Split the audio_rate_get_bytes() function into t

[PATCH 05/12] audio: add more audio rate control functions

2022-09-23 Thread Volker Rümelin
The next patch needs two new rate control functions. The first one returns the bytes needed at call time to maintain the selected rate. The second one adjusts the bytes actually sent. Split the audio_rate_get_bytes() function into these two functions and reintroduce audio_rate_get_bytes(). Signed