Avoid locking PulseAudio's mainloop when starting and stopping capture
commit209d09ae1347974142abb07d67efc80702e1e8b5
authorChris Robinson <chris.kcat@gmail.com>
Tue, 20 Nov 2012 00:50:03 +0000 (19 16:50 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 20 Nov 2012 00:50:03 +0000 (19 16:50 -0800)
treec1a662a50e158678296839009641aefdbb0eae68
parent0c030f7d9c0158ae95cd470436b85fc8db774ad2
Avoid locking PulseAudio's mainloop when starting and stopping capture

The mainloop is already locked by the caller, and double-locking interferes
with the subsequent wait.
Alc/backends/pulseaudio.c