aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/jack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a std::string for the device nameChris Robinson2018-11-181-5/+3
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-3/+3
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
* Convert the JACK backend factoryChris Robinson2018-11-151-33/+18
* Use a regular char* for the device's nameChris Robinson2018-11-151-3/+4
* Avoid some more uses of al_stringChris Robinson2018-11-151-4/+3
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-2/+3
* Convert the JACK backend to C++Chris Robinson2018-11-131-0/+608