Re: [PATCH v2 02/17] audio: change type and name of the resample buffer

2023-02-22 Thread Marc-André Lureau
On Mon, Feb 6, 2023 at 10:52 PM Volker Rümelin wrote: > > Change the type of the resample buffer from struct st_sample * > to STSampleBuffer. Also change the name from buf to resample_buf > for better readability. > > The new variables resample_buf.size and resample_buf.pos will be > used after th

[PATCH v2 02/17] audio: change type and name of the resample buffer

2023-02-06 Thread Volker Rümelin
Change the type of the resample buffer from struct st_sample * to STSampleBuffer. Also change the name from buf to resample_buf for better readability. The new variables resample_buf.size and resample_buf.pos will be used after the next patches. There is no functional change. Acked-by: Mark Cave-