Convert the OpenSL backend to the new backend API
commit9f10ae466c089388db1bd9ff236eec50ed98b157
authorChris Robinson <chris.kcat@gmail.com>
Tue, 7 Feb 2017 14:25:11 +0000 (7 06:25 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 7 Feb 2017 15:06:41 +0000 (7 07:06 -0800)
treebc349eb2cf89a713475e17ca2bbe4cd94a362249
parentaf362c2d05097fce816b5c5d911d6650eb6bef37
Convert the OpenSL backend to the new backend API

This also removes the buffer queue callback's call to aluMixData, which could
potentially block on a mutex.
Alc/ALc.c
Alc/backends/base.h
Alc/backends/opensl.c