Don't update the device update parameters when PulseAudio does an async buffer update
commit75679c959ab8619d1c12b2de6fdf991e7f70cc0d
authorChris Robinson <chris.kcat@gmail.com>
Wed, 19 Oct 2011 23:07:56 +0000 (19 16:07 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 19 Oct 2011 23:07:56 +0000 (19 16:07 -0700)
tree18a578e9dbd7232e673e042e22277cec61c29876
parent628356a2942322656dc82c01f91cddec4ceb2a27
Don't update the device update parameters when PulseAudio does an async buffer update

It risks a deadlock, and though the UpdateSize won't change, we'll still fill
as much of the buffer as we can up to a multiple of it
Alc/backends/pulseaudio.c