aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alsa.c
Commit message (Collapse)AuthorAgeFilesLines
* Use Sleep instead of usleepChris Robinson2008-01-111-4/+4
|
* Don't double-close a handle on errorChris Robinson2008-01-111-1/+0
|
* Don't attempt to open ALSA playback/capture if it didn't loadChris Robinson2008-01-111-1/+7
|
* ALC_REFRESH is the number of updates per secondChris Robinson2008-01-061-1/+1
|
* Fix the buffer size so ALSA doesn't multiply by the number of periodsChris Robinson2008-01-061-4/+6
|
* Some non-mmap ALSA fixesChris Robinson2008-01-051-40/+21
|
* Fallback to non-mmap access for ALSA if mmap isn't availableChris Robinson2007-12-301-3/+114
|
* Check for the correct ALSA driver option nameChris Robinson2007-12-301-1/+1
|
* Don't check explicitly against formats, but rather their byte/channel countChris Robinson2007-12-261-7/+3
|
* Store a persistant name string with the device structChris Robinson2007-12-141-8/+5
|
* Print an error when ALSA fails to open the audio deviceChris Robinson2007-12-121-0/+2
|
* Use -Wextra instead of -W for extra warningsChris Robinson2007-12-061-1/+1
|
* Use %zd for size_t typesChris Robinson2007-12-061-1/+1
|
* Prevent some ICC warningsChris Robinson2007-12-061-2/+6
|
* Allow aluMixData to accept a NULL context for silenceChris Robinson2007-12-051-11/+3
|
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-301-40/+39
|
* Initial importChris Robinson2007-11-131-0/+828