aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alsa.c
Commit message (Expand)AuthorAgeFilesLines
* Add the first card after making sure there's a useable device on itChris Robinson2008-02-151-5/+10
* Remove FrameSize struct memberChris Robinson2008-02-141-1/+1
* Wait for a PCM handle to be ready for more data instead of polling every 1ms ...Chris Robinson2008-02-131-1/+4
* Rename UpdateFreq device field to UpdateSizeChris Robinson2008-02-121-3/+3
* Use all capture devices listed by ALSA, not just the first on each cardChris Robinson2008-02-081-12/+35
* Remove unnecessary Channels fieldChris Robinson2008-01-251-2/+2
* Remove duplication of setting the max source countChris Robinson2008-01-191-1/+0
* Buffer size fixes. Partially reverts the ALSA buffer size "fix"Chris Robinson2008-01-181-9/+15
* Reduce indentationChris Robinson2008-01-141-6/+4
* Add an option for disabling ALSA mmapChris Robinson2008-01-141-1/+9
* Avoid busy waiting when waiting for suspend to clearChris Robinson2008-01-141-3/+2
* Let the mmap thread start the pcm stream when it's fullChris Robinson2008-01-141-52/+0
* Make sure the stream is playing when it's fullChris Robinson2008-01-141-0/+13
* Don't restart the stream right after preparing itChris Robinson2008-01-141-4/+0
* Don't attempt to recover the ALSA stream when filling silenceChris Robinson2008-01-141-13/+4
* 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