aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/coreaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Move backend sources to a separate sub-directoryChris Robinson2011-08-201-719/+0
* Allow the backend init functions to return failureChris Robinson2011-08-171-1/+2
* Don't declare i in a for() statementChris Robinson2011-08-081-1/+2
* Rename the ERROR macro to ERRChris Robinson2011-07-131-36/+36
* Use logging macros in the coreaudio backendChris Robinson2011-07-101-45/+43
* Implement capture support for the CoreAudio backendChris Robinson2011-06-271-23/+402
* Use a proper enum for the probe typeChris Robinson2011-06-141-5/+12
* Use channel config strings in log outputChris Robinson2011-05-151-7/+7
* Add a device flag for channel config requestsChris Robinson2011-05-031-0/+37
* Add a frequency-request device flagChris Robinson2011-05-031-5/+11
* NoErr should be noErrChris Robinson2011-03-151-8/+8
* Add a CoreAudio backendChris Robinson2011-03-151-0/+290