Avoid an explicit mixer lock for getting the source offset and latency
commit9025e42afd9f5c518d6e30167bcb4b1d6a6beee8
authorChris Robinson <chris.kcat@gmail.com>
Sat, 28 May 2016 11:11:57 +0000 (28 04:11 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 28 May 2016 11:11:57 +0000 (28 04:11 -0700)
treee2d00c495d34abb0e372cd33f302d7ff303a3bff
parent6d4380a48c28f21d271d4eb5e668443bc8a0f50e
Avoid an explicit mixer lock for getting the source offset and latency

The only mixer locking involved is with the backend, as determined by it's
ability to get the device clock and latency atomically.
OpenAL32/alSource.c