Searched hist:df016a1998147ec328d7e800a7f7582e053720d1 (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/audio/ |
H A D | hda-codec.c | df016a1998147ec328d7e800a7f7582e053720d1 Sat Jan 04 09:11:18 UTC 2020 Volker Rümelin <vr_qemu@t-online.de> hda-codec: fix playback rate control
Since commit 1930616b98 "audio: make mixeng optional" the function hda_audio_output_cb can no longer assume the function parameter avail contains the free buffer size. With the playback mixing-engine turned off this leads to a broken playback rate control and playback buffer drops in regular intervals.
This patch moves down the rate calculation, so the correct buffer fill level is used for the calculation.
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-id: 20200104091122.13971-1-vr_qemu@t-online.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|