Re: [PATCH v2 08/17] audio: remove unused noop_conv() function

2023-02-22 Thread Marc-André Lureau
On Mon, Feb 6, 2023 at 10:52 PM Volker Rümelin wrote: > > The function audio_capture_mix_and_clear() no longer uses > audio_pcm_sw_write() to resample audio frames from one internal > buffer to another. For this reason, the noop_conv() function is > now unused. Remove it. > > Acked-by: Mark Cave-A

[PATCH v2 08/17] audio: remove unused noop_conv() function

2023-02-06 Thread Volker Rümelin
The function audio_capture_mix_and_clear() no longer uses audio_pcm_sw_write() to resample audio frames from one internal buffer to another. For this reason, the noop_conv() function is now unused. Remove it. Acked-by: Mark Cave-Ayland Signed-off-by: Volker Rümelin --- audio/audio.c | 8 ---