aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/alsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a config option for custom ALSA capture devicesChris Robinson2019-10-271-18/+16
|
* Use smart pointers for ALSA param handlesChris Robinson2019-10-091-132/+128
| | | | And simplify some related error handling
* Never return null from CreateRingBufferChris Robinson2019-10-081-3/+0
| | | | | Allocation failure would already throw a bad_alloc anyway, now a size overflow throws an exception too.
* Clean up some exception messages and avoid duplicate log messagesChris Robinson2019-10-081-13/+3
|
* Avoid raw lock/unlock callsChris Robinson2019-10-071-8/+4
|
* Use exceptions for backend open failuresChris Robinson2019-10-071-21/+14
|
* Return and pass more appropriate types for backendsChris Robinson2019-09-151-19/+19
|
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-1/+1
|
* Clean up (most) implicit conversions in the backendsChris Robinson2019-09-141-43/+50
|
* Use al::byte for a couple more buffersChris Robinson2019-08-251-5/+5
|
* Move the dynload decls and defs to commonChris Robinson2019-08-101-1/+1
|
* Rename Alc to alcChris Robinson2019-07-281-0/+1288