audio: change type and name of the resample buffer
commit2c3f9a0a92ac98c31d501c2a73119853cb6739f1
authorVolker Rümelin <vr_qemu@t-online.de>
Fri, 24 Feb 2023 19:05:42 +0000 (24 20:05 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 6 Mar 2023 06:30:23 +0000 (6 10:30 +0400)
tree865dbac5b56b4b1234ce7a55db0aaa0965a2b178
parent8dbd3d1795da6f39e90a911e9acaae74c9ff120d
audio: change type and name of the resample buffer

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-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20230224190555.7409-2-vr_qemu@t-online.de>
audio/audio.c
audio/audio_int.h
audio/audio_template.h