audio: add more audio rate control functions
commit02732641c0ffdedb6533b9ddeaf8e95a3be88ec6
authorVolker Rümelin <vr_qemu@t-online.de>
Fri, 23 Sep 2022 18:36:33 +0000 (23 20:36 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Oct 2022 08:17:08 +0000 (11 10:17 +0200)
tree14db437f5a082688e4bf77f6699ef56953fe2172
parent5a9d7ae25175d19f9380128ac17f87816fe6f049
audio: add more audio rate control functions

The next patch needs two new rate control functions. The first
one returns the bytes needed at call time to maintain the
selected rate. The second one adjusts the bytes actually sent.

Split the audio_rate_get_bytes() function into these two
functions and reintroduce audio_rate_get_bytes().

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220923183640.8314-5-vr_qemu@t-online.de>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c
audio/audio_int.h