summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | #include changes to reflect separation of public and private headersPaul Davis2012-02-0832-59/+65
|/
* compile fixes for OS X: remove double linkages to libjack + libjackserver, re...paul2011-09-283-3/+3
* Fix a call to yet undefined engine instancesonarnerd2011-08-181-2/+3
* enable JACK to function on SH4 architectures (ticket #224)paul2011-06-231-1/+1
* [netjack] fix occurences of jack_get_time which were hiding below drivertorben2011-05-295-16/+16
* [controlAPI] add libjack* linkage to net, oss and firewire drivertorben2011-05-293-1/+3
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-299-24/+24
* fix Makefiles to reference libraries things depend on.torben2011-05-292-2/+2
* [controlAPI] adjust parameter definitions in oss driver for changed structtorben2011-05-291-0/+11
* [alsa-midi] add basic alsa-seq midi slave drivertorben2011-05-293-0/+143
* if an ALSA device cannot be opened because its busy, try to use lsof(1) to de...0.120.2paul2011-04-251-11/+137
* [alsa] fix whitespace from previous commits.torben2011-03-151-68/+67
* [alsa] initialise driver->read_via_copy also for cap PCM_FORMAT_FLOAT_LEtorben2011-03-151-1/+4
* [alsa] remove useless copy function.torben2011-03-152-43/+0
* [alsa] fix initialisation of io functions for capture only modetorben2011-03-151-0/+4
* [alsa] fix missing - in -EPIPEtorben2011-02-151-1/+1
* [latency api] change backend code to use jack_set_latency_range()torben2011-01-127-19/+41
* dummy driver: in case of xrun, reset timestamps.torben2010-11-021-0/+1
* allow recovery when alsa_pcm is in suspended state.torben2010-11-021-0/+16
* fix dummy driver freewheeling.torben2010-11-011-0/+13