aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/opensl.c
Commit message (Collapse)AuthorAgeFilesLines
* Move backend sources to a separate sub-directoryChris Robinson2011-08-201-425/+0
|
* Use separate lists for playback and capture backendsChris Robinson2011-08-191-8/+1
|
* Allow the backend init functions to return failureChris Robinson2011-08-171-1/+2
|
* Rename the ERROR macro to ERRChris Robinson2011-07-131-1/+1
|
* Use logging macros in the opensl backendChris Robinson2011-07-101-1/+1
|
* Use a proper enum for the probe typeChris Robinson2011-06-141-2/+2
|
* Trace errors in the opensl callbackChris Robinson2011-06-141-1/+3
|
* Set format_pcm according to the device formatChris Robinson2011-06-141-5/+31
|
* Make fewer assumptions on the OpenSL buffer countChris Robinson2011-06-121-2/+2
|
* Don't be silent when an OpenSL error occursChris Robinson2011-06-121-1/+69
|
* Add missing semicolonChris Robinson2011-06-121-1/+1
|
* Add an OpenSL backendChris Robinson2011-06-121-0/+335
Currently for Android's OpenSL ES implementation