aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/sndio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the last remaining uses of althrd_tChris Robinson2018-11-261-30/+34
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-261-2/+2
* Rename some struct membersChris Robinson2018-11-261-9/+9
* Avoid using the ATOMIC() macroChris Robinson2018-11-261-2/+2
* Avoid using ATOMIC_INITChris Robinson2018-11-261-15/+7
* Return the ringbuffer data pointers as a pairChris Robinson2018-11-191-10/+9
* Remove the atomic exchange macrosChris Robinson2018-11-191-2/+2
* Use a std::string for the device nameChris Robinson2018-11-181-6/+2
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-5/+5
* 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