Fix JACK process callback handling
commitaf08f68448b37a9c1a22f6d9721b5c2c0708c960
authorChris Robinson <chris.kcat@gmail.com>
Sun, 12 Jan 2020 15:48:11 +0000 (12 07:48 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 12 Jan 2020 15:48:11 +0000 (12 07:48 -0800)
tree3c7e2131666d0f9db0313ac036d585f789df061f
parent6f1c853397ae7a29e064cebe4d8988f192a28946
Fix JACK process callback handling

The callback apparently can't be set after activation, but we can't allocate
the ring buffer until after activation when the callback is already getting
called. An ugly flag it is, then, I guess.
alc/backends/jack.cpp