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