summaryrefslogtreecommitdiff
path: root/libs/backends/alsa/alsa_audiobackend.h
AgeCommit message (Expand)Author
2020-04-29Allow to refresh ALSA device list - #8051Robin Gareus
2020-04-28Con't work on ALSA nperiod selection (see also d3d120fa)Robin Gareus
2020-04-10ALSA: allow to select different I/O devicesRobin Gareus
2020-04-07use shared_ptr to manage backend port lifetimes (Pulse,ALSA,Dummy,JACK)Paul Davis
2020-04-02tentative changes to extend port engine shared impl to coreaudioPaul Davis
2020-04-02use new PortEngineSharedImpl in AlsaAudioBackendPaul Davis
2020-04-02add RCU to manage _ports and _portmap in AlsaAudioBackendPaul Davis
2019-08-03Update backend GPL boilerplate and (C) from git logRobin Gareus
2019-01-14ALSA: add locks to safely add/remove MIDI devicesRobin Gareus
2018-12-23Dynamic ALSA MIDI I/O device discovery and re/connectRobin Gareus
2018-12-23Use hash for ALSA-MIDI device name/IDRobin Gareus
2018-11-28Remove ambiguous API implementationRobin Gareus
2018-10-17add new API for retrieving port flags from backendPaul Davis
2017-09-23Propagate Latency to backend/system portsRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18Prototype using additional ALSA devices (w/resampling).Robin Gareus
2017-09-18ALSA Backend: Separate Device Reservation into its own classRobin Gareus
2017-08-05ALSA backend RT-safe MIDI buffer allocationRobin Gareus
2017-08-05Update backend API: read-only MIDI input buffersRobin Gareus
2016-11-26Add API to enforce valid device selection.Robin Gareus
2016-07-14properly sort port-namesRobin Gareus
2016-07-08fix port-sort order for good.Robin Gareus
2016-07-08pre-sort port-namesRobin Gareus
2016-04-24O(log(n)) port and connection lookup for ALSARobin Gareus
2016-04-17implement pretty-name set-property for ALSA and DummyRobin Gareus
2016-01-11name ALSA midi ports after device4.6Robin Gareus
2015-12-04ALSA: allow to dynamically add/remove midi devices & update their latency.Robin Gareus
2015-12-04ALSA: allow to measure & set systemic audio latency w/o restart.Robin Gareus
2015-12-04implement ALSA period/cycle settingRobin Gareus
2015-09-16Use ARDOUR::DSPLoadCalculator in ALSA BackendTim Mayberry
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11ALSA backend: query and cache available device-parametersRobin Gareus
2015-06-14ALSA backend: add support for half-duplex devicesRobin Gareus
2015-03-09ALSA: fix thinko in sample time calc.Robin Gareus
2015-03-07fix latency report, take buffersize changes into account.Robin Gareus
2015-03-05alsa: implement timing callbackRobin Gareus
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-01-24ALSA backend: synchronous switch to/from freewheelingRobin Gareus
2014-12-31don't take temporary copy of MIDI sequenceRobin Gareus
2014-10-01update backends for API change in 8d59afb048Robin Gareus
2014-09-24ALSA backend: initial device selectionRobin Gareus
2014-09-07ALSA|Dummy Backend: do as jack does:Robin Gareus
2014-06-23don't let enumerated device list strings go out of scope.Robin Gareus
2014-06-23statically allocate midi-optionsRobin Gareus
2014-06-22ALSA-backend: dedicated Midi-Buffer n-periods (only use for HW output)Robin Gareus
2014-06-21virtual abstraction of Alsa Raw+SeqRobin Gareus
2014-06-13add AudioEngine API to configure individual MIDI devicesRobin Gareus
2014-06-08ALSA Backend: align midi output buffer with n_periods (currently 2)Robin Gareus
2014-06-07ALSA backend: separate systemic audio+midi latencyRobin Gareus
2014-06-07ALSA & Dummy: implement port [un]registration_callbackRobin Gareus