Searched hist:e270c548262c8c7870ed04a443032a1816fde18b (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/audio/ |
H A D | paaudio.c | diff e270c548262c8c7870ed04a443032a1816fde18b Sun Jan 10 04:02:30 CST 2021 Volker Rümelin <vr_qemu@t-online.de> paaudio: wait for PA_STREAM_READY in qpa_write()
Don't call pa_stream_writable_size() in qpa_write() before the playback stream is ready. This prevents a lot of the following pulseaudio error messages.
pulseaudio: pa_stream_writable_size failed pulseaudio: Reason: Bad state
To reproduce start qemu with -parallel none -device gus,audiodev=audio0 -audiodev pa,id=audio0,out.mixing-engine=off
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-id: 9315afe5-5958-c0b4-ea1e-14769511a9d5@t-online.de Message-Id: <20210110100239.27588-14-vr_qemu@t-online.de> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|