aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/alsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-2/+2
* Convert the ALSA backend factoryChris Robinson2018-11-151-74/+53
* 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