]> git.proxmox.com Git - mirror_qemu.git/commit
audio: swap audio_rate_get_bytes() function parameters
authorVolker Rümelin <vr_qemu@t-online.de>
Fri, 23 Sep 2022 18:36:36 +0000 (20:36 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Oct 2022 08:17:08 +0000 (10:17 +0200)
commit613fe02b2a127d921b37843cb514e919ecbe53f5
treed308cc7b0e02b62c21312e1837c701e4c2f5ef26
parent70ded68b45b90cf43a9a757df6483503055485f2
audio: swap audio_rate_get_bytes() function parameters

Swap the rate and info parameters of the audio_rate_get_bytes()
function to align the parameter order with the rest of the
audio_rate_*() functions.

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