Searched hist:"8 d1439b692c5dc8edc4d4a1d334afd7070458029" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/audio/ |
H A D | dsoundaudio.c | diff 8d1439b692c5dc8edc4d4a1d334afd7070458029 Sun Apr 05 02:50:17 CDT 2020 Volker Rümelin <vr_qemu@t-online.de> dsoundaudio: dsound_get_buffer_in should honor *size
This patch prevents an underflow of variable samples in function audio_pcm_hw_run_in(). See commit 599eac4e5a "audio: audio_generic_get_buffer_in should honor *size". This time the while loop in audio_pcm_hw_run_in() will terminate nevertheless, because it seems the recording stream in Windows is always rate limited.
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-id: 20200405075017.9901-3-vr_qemu@t-online.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | audio.c | diff 8d1439b692c5dc8edc4d4a1d334afd7070458029 Sun Apr 05 02:50:17 CDT 2020 Volker Rümelin <vr_qemu@t-online.de> dsoundaudio: dsound_get_buffer_in should honor *size
This patch prevents an underflow of variable samples in function audio_pcm_hw_run_in(). See commit 599eac4e5a "audio: audio_generic_get_buffer_in should honor *size". This time the while loop in audio_pcm_hw_run_in() will terminate nevertheless, because it seems the recording stream in Windows is always rate limited.
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de> Message-id: 20200405075017.9901-3-vr_qemu@t-online.de Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|