aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/sndio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up some gotos and non-optimal castsChris Robinson2023-12-261-64/+67
* Fix implicit widening after multiplicationChris Robinson2023-12-231-2/+2
* Ensure struct members are initializedChris Robinson2023-12-201-1/+1
* Remove DEF_NEWDELChris Robinson2023-12-161-4/+0
* Mostly finish cleanup for backendsChris Robinson2023-12-111-10/+11
* Fix some clang-tidy warningsChris Robinson2023-12-081-1/+1
* Use a string_view for the backend open methodChris Robinson2023-08-061-12/+12
* Fix some typos (#872)Dirk Stolle2023-07-041-1/+1
* Use cinttypes instead of inttypes.h in C++Chris Robinson2023-06-011-1/+1
* Move althrd_setname to its own sourceChris Robinson2023-06-011-1/+1
* Use std::byte instead of a custom al::byteChris Robinson2023-05-041-8/+8
* Make sure sio_write and sio_read return valid valuesChris Robinson2022-11-071-5/+12
* Avoid a shadow declaration warningChris Robinson2022-03-301-7/+7
* Use a local unique_ptr array instead of a struct memberChris Robinson2021-09-011-6/+5
* Fix crashes in SndioCapture::recordProc (#594)Andrew Krasavin2021-09-011-0/+9
* Use non-block mode for sndio captureChris Robinson2021-07-301-47/+76
* Simplify channel handling in the sndio backendChris Robinson2021-07-291-89/+63
* Update include headersChris Robinson2021-04-271-3/+3
* Use the DeviceBase for the backendChris Robinson2021-04-241-3/+3
* Move helpers.cpp to coreChris Robinson2021-04-221-1/+1
* Move declarations to a more appropriate headerChris Robinson2021-04-221-0/+1
* Allow calling BackendBase::open multiple times on playback devicesChris Robinson2021-03-081-2/+6
* Move alexcpt to coreChris Robinson2020-12-241-1/+0
* Avoid AL/ALC types in the backendsChris Robinson2020-12-171-9/+9
* Don't use ALC error enums for the backend error codeChris Robinson2020-12-171-15/+18
* Don't return an enum from captureSamplesChris Robinson2020-12-171-9/+6
* Move logging to coreChris Robinson2020-12-171-2/+2
* Change a couple functions into member functionsChris Robinson2020-08-071-4/+4
* Move a couple related functions to the backend baseChris Robinson2020-06-121-2/+2
* Check the returned sample endianess with sndioChris Robinson2020-06-071-0/+6
* Fix a return valueChris Robinson2020-06-071-1/+1
* Use a safer layout if sndio changes the channel countChris Robinson2020-06-071-61/+78
* sndio: Support more than 2 channelsDaniel Gibson2020-06-071-2/+32
* Don't return a bool from the backend start methodChris Robinson2020-04-281-24/+12
* Use standard attribute declarationsChris Robinson2020-04-131-0/+1
* Get rid of a redundant enumChris Robinson2020-03-301-3/+3
* Return the enumerated device names from the backendChris Robinson2020-03-301-6/+8
* Remove unnecessary locks now that the mixer doesn't require oneChris Robinson2020-02-261-4/+1
* Make CreateRingBuffer a static RingBuffer methodChris Robinson2020-01-101-1/+1
* Handle padding between device sample framesChris Robinson2019-12-211-1/+2
* Never return null from CreateRingBufferChris Robinson2019-10-081-1/+0
* Clean up some exception messages and avoid duplicate log messagesChris Robinson2019-10-081-34/+13
* Avoid raw lock/unlock callsChris Robinson2019-10-071-3/+4
* Use exceptions for backend open failuresChris Robinson2019-10-071-41/+44
* Return and pass more appropriate types for backendsChris Robinson2019-09-151-18/+18
* Return unsigned values from the FromDevFmt functionsChris Robinson2019-09-131-7/+6
* Avoid C-style casts in C++Chris Robinson2019-09-111-1/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+495