451 Commits (1ff912463e5553c515ea45a411d136e775e32613)

Author SHA1 Message Date
  Paul Davis c758cdf4f6 uncrustification of jack source code 10 years ago
  Erik de Castro Lopo a7c6a5f7e8 alsa_driver: Improve error handling 10 years ago
  Erik de Castro Lopo 2310fc0b72 alsa_driver: Whitespace only 10 years ago
  Erik de Castro Lopo 22ff0a5176 Autotool fixes 10 years ago
  Hanspeter Portner 1703672214 fix 8bit netjack MIDI payload size. 10 years ago
  Hanspeter Portner 93bc884bb0 clear unused slave netjack header fields. 10 years ago
  Paul Davis 7d8204825b add more debugging to alsa midi out 10 years ago
  Paul Davis f9bcea80e1 change max size of a JACK MIDI event to 64 bytes 10 years ago
  falkTX bdb6e8ec52 including S24_LE/BE formats to linux alsa driver 10 years ago
  Hanspeter Portner 4492cea02f [alsa_midi] fix hotplug device (de)enumeration 11 years ago
  rncbc 7813a52663 [alsa_midi] fix stop/start threads upon freewheeling. 10 years ago
  Adrian Knoth 9392865434 Fix FTBFS with clang 11 years ago
  Paul Davis c1458f3b7b remove references to old ALSA MIDI code from freebob driver (that code is no longer part of JACK1) 12 years ago
  Paul Davis 20884fc74f change Freebob and FFADO drivers to use midi_pack.h and midi_unpack.h from alsa_midi rather than alsa-midi (new vs.old MIDI driver 12 years ago
  Paul Davis 8fbd62a39d add ALSA MIDI code back as (slave) driver 12 years ago
  Paul Davis 808a482534 moved alsa midi internal client into tools 12 years ago
  Paul Davis 318670dad5 move alsa midi internal client into subdir of tools 12 years ago
  Paul Davis 1c2b8534c0 fix up internal MIDI client to do duplex 12 years ago
  Paul Davis 39e0d9dd78 ALSA backend: fall back on previous successful configuration if a new one fails 12 years ago
  Paul Davis 92468acc96 remove inexplicable cruft from error message 12 years ago
  Nedko Arnaudov e02d7358da We recommend using symbolic names like hw:Live but when subdevices are used 13 years ago
  Paul Davis 023c1f3e23 patch from ticket #228, to fix search for lsof(1) along PATH 13 years ago
  Paul Davis 63533686e5 compilation fixes for ffado backend 13 years ago
  Paul Davis 853c4b7201 compilation fixes for ffado backend 13 years ago
  Paul Davis 3c13424307 compilation fixes for ffado backend 13 years ago
  Paul Davis 1783d24217 adjust driver/backend port latencies for both playback and capture ports in both directions, not just one 13 years ago
  Paul Davis 10df5ef3d3 use correct include path for new header structure 13 years ago
  Paul Davis 6e12e9a715 provide FFADO/firewire backend with its own latency callback, similar to recent modification to ALSA backend. Removed a couple of explicit calls to update port latencies, since the server will do this via the latency callback at the right times 13 years ago
  Paul Davis 6ddbf81d14 add a latency callback to the ALSA backend, and ensure that the backend's latency callback, if it exists, is called after a buffer size change 13 years ago
  Adrian Knoth 75e3e20bf9 firewire: Use update_port_latencies() in ffado_driver_attach 14 years ago
  Adrian Knoth b4e09a119c firewire: Move update_port_latencies() further up the file 14 years ago
  Adrian Knoth 6a7a11cec8 firewire: update latencies after setbufsize 14 years ago
  Adrian Knoth 20a3b3520a firewire: compile with FFADO versions < 9 again 14 years ago
  Jonathan Woithe 025d3ad4d5 Support setbufsize in firewire driver 14 years ago
  Paul Davis d094819df4 #include changes to reflect separation of public and private headers 14 years ago
  paul f0d10e8cbe compile fixes for OS X: remove double linkages to libjack + libjackserver, remove reference to client->control->nframes, add required compiler flags to get weak linkage to work 14 years ago
  sonarnerd d6b0d3db36 Fix a call to yet undefined engine instance 14 years ago
  paul 88d56dd325 enable JACK to function on SH4 architectures (ticket #224) 14 years ago
  torben 639a9363da [netjack] fix occurences of jack_get_time which were hiding below driver 14 years ago
  torben 70adc7d48a [controlAPI] add libjack* linkage to net, oss and firewire driver 14 years ago
  torben 0cdc3916cd fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL 14 years ago
  torben a16492b689 fix Makefiles to reference libraries things depend on. 14 years ago
  torben 7db4be8055 [controlAPI] adjust parameter definitions in oss driver for changed struct 14 years ago
  torben 71afbc6f28 [alsa-midi] add basic alsa-seq midi slave driver 14 years ago
  paul 043b3924c3 if an ALSA device cannot be opened because its busy, try to use lsof(1) to determine which processes have the device open, and show that list to the user. Heuristic, because we don't know which /dev files map to a given ALSA device name, so test them all 15 years ago
  torben 51310fc126 [alsa] fix whitespace from previous commits. 15 years ago
  torben ed63256c9e [alsa] initialise driver->read_via_copy also for cap PCM_FORMAT_FLOAT_LE 15 years ago
  torben 5d954da0a6 [alsa] remove useless copy function. 15 years ago
  torben b1d74e2364 [alsa] fix initialisation of io functions for capture only mode 15 years ago
  torben b08c3368e6 [alsa] fix missing - in -EPIPE 15 years ago