aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/alsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use a regular char* for the device's nameChris Robinson2018-11-151-4/+6
|
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-4/+2
|
* More clearly check if the buffer is not emptyChris Robinson2018-11-141-1/+1
|
* Fix some comment indentationChris Robinson2018-11-131-3/+3
|
* Use C++ more with the ALSA backendChris Robinson2018-11-131-359/+276
|
* Convert the ALSA backend to C++Chris Robinson2018-11-131-0/+1470