Re: [PATCH 08/12] audio: swap audio_rate_get_bytes() function parameters

2022-09-27 Thread Marc-André Lureau
On Fri, Sep 23, 2022 at 10:58 PM Volker Rümelin wrote: > Swap the rate and info parameters of the audio_rate_get_bytes() > function to align the parameter order with the rest of the > audio_rate_*() functions. > > Signed-off-by: Volker Rümelin > Reviewed-by: Marc-André Lureau > --- > audio

[PATCH 08/12] audio: swap audio_rate_get_bytes() function parameters

2022-09-23 Thread Volker Rümelin
Swap the rate and info parameters of the audio_rate_get_bytes() function to align the parameter order with the rest of the audio_rate_*() functions. Signed-off-by: Volker Rümelin --- audio/audio.c | 2 +- audio/audio_int.h | 2 +- audio/dbusaudio.c | 4 ++-- audio/noaudio.c| 4 ++-- a