aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use the mutex in the base getClockLatency implementationChris Robinson2017-02-281-3/+8
* Return some device latency by defaultChris Robinson2017-02-181-2/+7
* Clean up a couple variable names and declarationsChris Robinson2016-05-301-3/+2
* Change the backend getLatency method to return the clock time tooChris Robinson2016-05-281-4/+15
* Use the macros to allocate the wrapper backendsChris Robinson2015-09-241-6/+2
* Remove the GetLatency method from the old BackendFuncsChris Robinson2014-09-081-15/+2
* Use a C11-like mutex wrapper instead of CRITICAL_SECTIONsChris Robinson2014-04-161-4/+8
* Use a void* for the backend Delete method paramChris Robinson2014-03-221-14/+4
* Store the old-style backend funcs in the wrapperChris Robinson2014-03-171-20/+28
* Add some missing 'static'sChris Robinson2013-11-241-4/+4
* Remove the Lock and Unlock methods from BackendFuncsChris Robinson2013-11-041-28/+4
* Forward some wrapper functions to the base methodChris Robinson2013-11-041-31/+31
* Convert the OSS backend to the new interfaceChris Robinson2013-11-021-0/+6
* Set vtables in the constructorChris Robinson2013-11-021-4/+4
* Add default handlers for reset, captureSamples, and availableSamplesChris Robinson2013-10-291-0/+15
* Don't return a voidChris Robinson2013-10-281-4/+4
* Create and use a backend wrapper for captureChris Robinson2013-10-281-25/+126
* Add audio capture methods to ALCbackendChris Robinson2013-10-281-0/+10
* Move ALCbackend base stuff to a separate fileChris Robinson2013-10-281-0/+122