diff options
author | Volker Rümelin <vr_qemu@t-online.de> | 2023-02-24 20:05:46 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-03-06 10:30:23 +0400 |
commit | d5647bd95831d9c98284033bd992f0a8b6deb103 (patch) | |
tree | fa831912fcb1d6f33aada13a7cb008c24a4b5e87 /softmmu | |
parent | b8fc5638788d2f1200e0db2c1575e37be5e474f9 (diff) | |
download | qemu-d5647bd95831d9c98284033bd992f0a8b6deb103.zip qemu-d5647bd95831d9c98284033bd992f0a8b6deb103.tar.gz qemu-d5647bd95831d9c98284033bd992f0a8b6deb103.tar.bz2 |
audio: rename variables in audio_pcm_sw_write()
The audio_pcm_sw_write() function uses a lot of very unspecific
variable names. Rename them for better readability.
ret => total_in
total => total_out
size => buf_len
hwsamples => hw->mix_buf.size
samples => frames_in_max
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-6-vr_qemu@t-online.de>
Diffstat (limited to 'softmmu')
0 files changed, 0 insertions, 0 deletions