Re: [PATCH v2 14/17] audio: wire up st_rate_frames_out()

2023-02-22 Thread Marc-André Lureau
Hi On Mon, Feb 6, 2023 at 10:53 PM Volker Rümelin wrote: > > Wire up the st_rate_frames_out() function and replace > audio_frontend_frames_in() to make audio packet length > calculation exact. > > Acked-by: Mark Cave-Ayland > Signed-off-by: Volker Rümelin Same comments as st_rate_frames_in pat

[PATCH v2 14/17] audio: wire up st_rate_frames_out()

2023-02-06 Thread Volker Rümelin
Wire up the st_rate_frames_out() function and replace audio_frontend_frames_in() to make audio packet length calculation exact. Acked-by: Mark Cave-Ayland Signed-off-by: Volker Rümelin --- audio/audio.c | 29 - 1 file changed, 8 insertions(+), 21 deletions(-) diff -