Re: [PATCH v2 10/17] audio: wire up st_rate_frames_in()

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_in() function and replace > audio_frontend_frames_out() to make audio packet length > calculation exact. When upsampling, it's still possible that > the audio frontends can't write the last audio frame. This w

[PATCH v2 10/17] audio: wire up st_rate_frames_in()

2023-02-06 Thread Volker Rümelin
Wire up the st_rate_frames_in() function and replace audio_frontend_frames_out() to make audio packet length calculation exact. When upsampling, it's still possible that the audio frontends can't write the last audio frame. This will be fixed later. Acked-by: Mark Cave-Ayland Signed-off-by: Volke