aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/oss.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove checks for functions that always existChris Robinson2018-11-151-10/+0
* 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-4/+4
* Use C++ more in the OSS backendChris Robinson2018-11-141-56/+49
* Use a C++ vector for enumerated OSS devicesChris Robinson2018-11-141-155/+146
* Use an anonymous namespace in the OSS backendChris Robinson2018-11-131-8/+12
* Convert the OSS backend to C++Chris Robinson2018-11-121-0/+875