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