aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/jack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change a couple functions into member functionsChris Robinson2020-08-071-2/+2
* Add an option to auto-connect JACK portsChris Robinson2020-08-051-11/+14
* Use std::array instead of some C-style arraysChris Robinson2020-08-051-23/+22
* Move a couple related functions to the backend baseChris Robinson2020-06-121-1/+1
* Don't return a bool from the backend start methodChris Robinson2020-04-281-15/+8
* Use standard attribute declarationsChris Robinson2020-04-131-0/+1
* Clean up some more unnecessary uses of AL typesChris Robinson2020-04-081-1/+1
* Get rid of a redundant enumChris Robinson2020-03-301-3/+3
* Return the enumerated device names from the backendChris Robinson2020-03-301-8/+9
* Remove the mutex from the backend baseChris Robinson2020-03-291-2/+4
* Avoid AL[C]boolean for internal useChris Robinson2020-03-281-5/+5
* Remove unnecessary locks now that the mixer doesn't require oneChris Robinson2020-02-261-4/+2
* Fix JACK process callback handlingChris Robinson2020-01-121-50/+48
* Don't allocate the ring buffer for JACK before activationChris Robinson2020-01-111-32/+20
* Make CreateRingBuffer a static RingBuffer methodChris Robinson2020-01-101-2/+2
* Handle padding between device sample framesChris Robinson2019-12-211-2/+4
* Make C callbacks noexceptChris Robinson2019-10-091-6/+6
* Never return null from CreateRingBufferChris Robinson2019-10-081-10/+1
* Clean up some exception messages and avoid duplicate log messagesChris Robinson2019-10-081-4/+2
* Avoid raw lock/unlock callsChris Robinson2019-10-071-6/+4
* Use exceptions for backend open failuresChris Robinson2019-10-071-13/+10
* Return and pass more appropriate types for backendsChris Robinson2019-09-151-11/+11
* Return unsigned values from the FromDevFmt functionsChris Robinson2019-09-131-7/+5
* Move the dynload decls and defs to commonChris Robinson2019-08-101-1/+1
* Rename Alc to alcChris Robinson2019-07-281-0/+562