aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/oss.c
Commit message (Collapse)AuthorAgeFilesLines
* Fail if OSS can't set the requested bit depth and channel countChris Robinson2008-01-011-38/+9
|
* Don't check explicitly against formats, but rather their byte/channel countChris Robinson2007-12-261-14/+6
|
* The error code is in errno, not the return valueChris Robinson2007-12-161-1/+1
|
* Implement capture config option for OSS.Chris Robinson2007-12-161-1/+3
|
* Support capture for OSSChris Robinson2007-12-161-16/+208
|
* Store a persistant name string with the device structChris Robinson2007-12-141-4/+2
|
* Print an error when OSS fails to open the audio deviceChris Robinson2007-12-121-0/+1
|
* Avoid void-pointer arithmeticChris Robinson2007-12-061-1/+1
|
* Allow aluMixData to accept a NULL context for silenceChris Robinson2007-12-051-4/+1
|
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-301-4/+6
|
* Initial importChris Robinson2007-11-131-0/+328