aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/jack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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