aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.c
Commit message (Expand)AuthorAgeFilesLines
* 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