summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Use #if for HAVE_CLOCK_GETTIME in dummy driverAdrian Knoth2017-01-102-2/+2
* Explicitly enable timestamps in the ALSA backendMiroslav Urbanek2016-09-141-0/+5
* fix capture latency for ALSA backend, given normal definitions. Add commentsPaul Davis2016-09-141-1/+7
* corrected version of previous commit, to provide libsamplerate for netjack_pa...Paul Davis2016-09-141-2/+4
* if netjack is going to use libsamplerate, it needs to mention them in Makefil...Paul Davis2016-09-141-2/+2
* fix ALSA backend's own port latencies to reflect -n (periods) argumentPaul Davis2016-09-141-2/+3
* Merge pull request #42 from joshdekock/osx-audiounits-updatePaul Davis2016-09-142-2/+21
|\
| * drivers/coreaudio: update audio components to use new APIJosh de Kock2016-04-162-2/+21
* | Merge pull request #43 from devnexen/masterPaul Davis2016-09-145-3/+1096
|\ \
| * | OpenBSD compilable :David Carlier2016-05-155-3/+1096
| |/
* | Merge pull request #45 from jeremyhu/masterPaul Davis2016-09-142-2/+2
|\ \
| * | Check for clock_nanosleep before useJeremy Huddleston Sequoia2016-07-032-2/+2
| |/
* | - Swap alsa_midi slave driver port-name suffixes ("out" for capture, "in" for...rncbc2016-09-141-9/+11
|/
* alsa_midi: stop using duplicated client name as part of port name for ALSA MI...Paul Davis2016-02-231-12/+33
* uncrustification of jack source codePaul Davis2016-02-2352-9307/+9262
* alsa_driver: Improve error handlingErik de Castro Lopo2016-02-171-0/+24
* alsa_driver: Whitespace onlyErik de Castro Lopo2016-02-171-137/+137
* Autotool fixesErik de Castro Lopo2016-02-162-1/+9
* Merge pull request #33 from ventosus/netjack_clear_packet_hederPaul Davis2016-02-111-0/+14
|\
| * clear unused slave netjack header fields.Hanspeter Portner2016-01-141-0/+14
* | fix 8bit netjack MIDI payload size.Hanspeter Portner2016-01-141-1/+1
|/
* add more debugging to alsa midi outPaul Davis2015-10-081-8/+10
* change max size of a JACK MIDI event to 64 bytesPaul Davis2015-10-081-1/+1
* including S24_LE/BE formats to linux alsa driverfalkTX2015-06-261-5/+10
* [alsa_midi] fix hotplug device (de)enumerationHanspeter Portner2015-05-044-48/+51
* [alsa_midi] fix stop/start threads upon freewheeling.rncbc2015-05-011-2/+3
* Fix FTBFS with clangAdrian Knoth2014-09-181-1/+1
* remove references to old ALSA MIDI code from freebob driver (that code is no ...Paul Davis2013-12-261-5/+0
* change Freebob and FFADO drivers to use midi_pack.h and midi_unpack.h from al...Paul Davis2013-10-115-5/+197
* add ALSA MIDI code back as (slave) driverPaul Davis2013-10-1124-330/+3002
* moved alsa midi internal client into toolsPaul Davis2013-10-031-3/+2
* move alsa midi internal client into subdir of toolsPaul Davis2013-10-0311-2698/+0
* fix up internal MIDI client to do duplexPaul Davis2013-10-035-264/+513
* ALSA backend: fall back on previous successful configuration if a new one failsPaul Davis2013-09-192-8/+24
* remove inexplicable cruft from error messagePaul Davis2013-09-191-1/+1
* Merge pull request #3 from jackaudio/control_device_name_fixesPaul Davis2012-11-251-16/+32
|\
| * We recommend using symbolic names like hw:Live but when subdevices are usedcontrol_device_name_fixesNedko Arnaudov2012-11-241-16/+32
* | patch from ticket #228, to fix search for lsof(1) along PATHPaul Davis2012-11-121-1/+1
* | compilation fixes for ffado backendPaul Davis2012-11-041-0/+1
* | compilation fixes for ffado backendPaul Davis2012-11-041-3/+0
* | compilation fixes for ffado backendPaul Davis2012-11-041-1/+1
* | adjust driver/backend port latencies for both playback and capture ports in b...Paul Davis2012-11-042-23/+10
* | use correct include path for new header structurePaul Davis2012-11-041-2/+3
* | provide FFADO/firewire backend with its own latency callback, similar to rece...Paul Davis2012-11-041-22/+22
* | add a latency callback to the ALSA backend, and ensure that the backend's lat...Paul Davis2012-11-041-1/+31
* | firewire: Use update_port_latencies() in ffado_driver_attachAdrian Knoth2012-04-021-5/+2
* | firewire: Move update_port_latencies() further up the fileAdrian Knoth2012-04-021-25/+25
* | firewire: update latencies after setbufsizeAdrian Knoth2012-04-021-3/+25
* | firewire: compile with FFADO versions < 9 againAdrian Knoth2012-04-021-0/+9
* | Support setbufsize in firewire driverJonathan Woithe2012-03-151-9/+60