aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/alsa.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid an unnecessary doCapture checkChris Robinson2012-03-011-2/+1
* Fix a memory leakChris Robinson2012-03-011-0/+12
* Avoid enumerating when opening the default ALSA deviceChris Robinson2012-03-011-18/+18
* Don't define lib handles when dynamic loading is disabledChris Robinson2012-03-011-5/+3
* Allow reading audio from ALSA directly if the requested length is supportedChris Robinson2012-02-291-27/+142
* Use a switch to handle the ALSA PCM stateChris Robinson2012-02-271-10/+22
* Print enumerated ALSA devicesChris Robinson2012-02-261-1/+3
* Remove an unneeded wrapperChris Robinson2012-02-221-10/+2
* Set the default ALSA device name when probingChris Robinson2012-02-201-23/+20
* Always use "OpenAL Soft" for the short device enumeration listChris Robinson2012-02-201-4/+0
* Rename p -> hp for ALSA's hw paramsChris Robinson2012-02-201-36/+36
* Add a COUNTOF macro to get the number of entries in a static arrayChris Robinson2012-02-191-2/+2
* Make sure an ALSA capture device was found before accessing the mapChris Robinson2012-02-181-1/+1
* Simplify ALSA parameter error checkingChris Robinson2012-02-181-108/+67
* Rename a couple variables and fix their typesChris Robinson2012-02-181-33/+33
* Fix some commentsChris Robinson2012-02-181-3/+4
* Support signed and unsigned 32-bit int outputChris Robinson2012-02-141-0/+14
* Check for each ALSA prefix config option only as neededChris Robinson2012-02-131-22/+26
* Add config options for card- and device-specific prefixes in ALSA device namesChris Robinson2012-02-111-7/+17
* Format the ALSA device name when enumerating themChris Robinson2012-02-111-35/+17
* Improve checks for supported output formats from ALSAChris Robinson2012-02-091-19/+46
* Improve a couple error messages with the full ALSA device control nameChris Robinson2012-02-071-3/+3
* Avoid printing messages about device parameter changes in the backendsChris Robinson2012-01-171-17/+1
* Reset the ALSA device if the number of available samples grows too largeChris Robinson2011-11-281-2/+15
* Make ALSA XRUN when the number of available samples exceeds the buffer sizeChris Robinson2011-11-281-0/+5
* Add a ConfigValueStr function, to return the string through a parameterChris Robinson2011-09-191-9/+15
* Check the number of available samples before calling the capture methodChris Robinson2011-09-181-10/+7
* Return an error from the CaptureSamples method instead of setting itChris Robinson2011-09-141-5/+5
* Limit the minimum ALSA capture size to 100ms, and the maximum period size to ...Chris Robinson2011-09-131-1/+7
* Return an ALC error enum from the OpenCapture backend methodChris Robinson2011-08-241-5/+5
* Return an ALC error enum from the OpenPlayback backend methodChris Robinson2011-08-241-4/+4
* Move backend sources to a separate sub-directoryChris Robinson2011-08-201-0/+1138