aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/alsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-3/+3
|
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-11/+7
| | | | And use RingBufferPtr in more places
* Use inline methods for the device format sizesChris Robinson2018-12-191-8/+5
|
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-261-2/+2
|
* Rename some struct membersChris Robinson2018-11-261-126/+126
|
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-7/+7
| | | | Which uses a custom allocator that uses our allocation functions.
* Use proper time types for the device clock time and latencyChris Robinson2018-11-221-2/+4
|
* Return the ringbuffer data pointers as a pairChris Robinson2018-11-191-5/+4
|
* Use a std::string for the device nameChris Robinson2018-11-181-6/+4
|
* 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 ALSA backend factoryChris Robinson2018-11-151-74/+53
|
* Use a regular char* for the device's nameChris Robinson2018-11-151-4/+6
|
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-4/+2
|
* More clearly check if the buffer is not emptyChris Robinson2018-11-141-1/+1
|
* Fix some comment indentationChris Robinson2018-11-131-3/+3
|
* Use C++ more with the ALSA backendChris Robinson2018-11-131-359/+276
|
* Convert the ALSA backend to C++Chris Robinson2018-11-131-0/+1470