aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/sndio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-2/+2
* Convert the SndIO backend factoryChris Robinson2018-11-151-35/+11
* Use a regular char* for the device's nameChris Robinson2018-11-151-2/+4
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-3/+4
* Avoid calling through the vtable in the backendsChris Robinson2018-11-131-2/+2
* Convert the SoundIO backend to C++Chris Robinson2018-11-121-0/+603