Don't unlock the pulseaudio mainloop when mixing
commitf42f655ea91b50ed60916880271e320d398debe3
authorChris Robinson <chris.kcat@gmail.com>
Sun, 12 Aug 2012 10:52:38 +0000 (12 03:52 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 12 Aug 2012 10:52:38 +0000 (12 03:52 -0700)
treecf5d6ee5eb22cb5a77673c1aa33fa246d16614c1
parent8304fc1bef0c23ebafe5ca1dbd9a54fc711584ca
Don't unlock the pulseaudio mainloop when mixing

Lock contention could cause a lengthy delay between mixing and writing the
audio. There shouldn't be any risk of dead-locking as the device lock should
never be held when the mainloop gets locked.
Alc/backends/pulseaudio.c