Thomas Brand
6d2302a803
Remove FreeBoB backend (superseded by FFADO)
The FreeBoB project was renamed to FFADO in 2007.
All users should use the FFADO backend by now (2019).
Backend name to be removed: "freebob"
Alternative backend to use: "firewire"
Please check the jackd manpage for details about "firewire" backend.
This commit is part of legacy cleanup.
closes issue #365 .
4 years ago
Adrian Knoth
0c8bebc1d3
Allow firewire device be selected via -d
Patch by Thomas Brand <tom@trellis.ch> and in accordance with jackd1
code base.
6 years ago
Adrian Knoth
bf4954c865
firewire: compile with FFADO versions < 9 again
ffado_streaming_set_period_size() is exposed starting r2078 of FFADO.
To avoid a build dependency on ffado-svn in jack, we copy the prototype
declaration.
Since the symbol is defined as weak, no problems arise at runtime.
11 years ago
Adrian Knoth
8603dd8127
[firewire] Use UpdateLatencies() in Attach().
Cleanup of obsolete code, the functionality is now provided
by UpdateLatencies().
11 years ago
Adrian Knoth
96e0251234
[firewire] Allow FFADO backend to change the buffer size
This is a port of Jonathan Woithe's patch from jackd1.
With sufficiently recent versions of FFADO, it allows to change
the buffersize at runtime.
11 years ago
Adrian Knoth
1a8d715c2e
[firewire] Introduce UpdateLatencies() in FFADO backend
In preparation for the upcoming FFADO buffersize functionality,
add code that updates the latency afterwards.
11 years ago
sletz
022e551350
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4608 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
00b166e731
Cleanup code using snprintf.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4586 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
08edac7982
Add jackctl_driver_get_type in Control API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4529 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
Nedko Arnaudov
bd2d168dc8
More AllocatePort => PortRegister changes
fixes compilation on linux
12 years ago
Stephane Letz
80bc23a3af
Should compile on Linux.
12 years ago
Stephane Letz
07d2c64f39
Use of PortRegister/PortUnRegister in drivers.
12 years ago
Nedko Arnaudov
55557d1f74
Port registration notifications on SwitchMaster
12 years ago
Nedko Arnaudov
a9e4628340
helper functions for jack_driver_desc_t construction
The main goal is to reduce risk of mismatch between allocated
and initialized parameter numbers.
12 years ago
sletz
ecb84b5f9f
rebase from trunk 4238:4306
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
7254ce1ebc
rebase from trunk 4180:4238
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4239 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
Devin Anderson
db132e1974
Update server control API with jackctl_server_open and jackctl_server_close (see http://trac.jackaudio.org/ticket/219 for rationale). Update drivers to support Start/Stop of slave drivers. Update dbus to use new jackctl_server_* functions. Freewheel driver is no longer an implicit slave of the master audio driver. Haven't tested freewheeling, and didn't update Solaris OSS driver. Tested slave addition by adding loopback driver, but don't have a slave driver in this branch on Linux platform to test with.
12 years ago
Devin Anderson
b426ca5e5d
Fix minor syntax error
12 years ago
Devin Anderson
4bd1bef24c
Added MIDI queues, FFADO objects, etc. - see ' http://trac.jackaudio.org/ticket/187 ' for more details
12 years ago
sletz
6e054114b9
Typo.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4215 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
e27f815216
Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4184 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
a7e8377441
rebase from trunk 4083:4180
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
97c3a441f5
Use of latency range in all backends. ComputeTotalLatencies now a client/server call.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4151 0c269be4-1314-0410-8aa9-9f06e86f4224
12 years ago
sletz
4828d0c835
rebase from trunk 4041:4083
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
7dfb47b067
Improve backend error handling: fatal error returned by Read/Write now cause a Process failure (so a thread exit for blocking backends). Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and FFADO backends.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4079 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
f5d2ce7662
Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4051 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
7a2863cf55
rebase from trunk 4004:4041
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4042 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
8d535d994d
Arnold Krille irewire snooping patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4032 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
249c0c3b5d
rebase from trunk 3966:4004
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4005 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
d23be3fd4b
ffado-portname-sync.patch from ticket #163 applied.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3968 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
54ebab2cf2
rebase from trunk 3930:3966
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3967 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
d909ba9f57
Arnold Krille firewire patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3948 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
85a525d60b
Fix errors found by cppcheck.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3947 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
ec2e42c933
rebase from trunk 3899:3916
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3917 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
d7dd7caa9a
ffado-portaliases patch, fix ticket #156
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3904 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
d060e55d30
ffado-jackd2-rename patch, fix ticket #155 .
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3902 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
5f68a6557a
rebase from trunk 3813:3899
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3900 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Nedko Arnaudov
66c14ab5bf
fix build of FFADO driver that got broken in 04206f10d1
14 years ago
sletz
bace3f9e76
Devin Anderson ffado-verbose-wait-error.diff applied.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3844 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Stéphane LETZ
04206f10d1
Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate".
14 years ago
sletz
23a88af253
Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3833 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
7ca13a6b25
rebase from trunk 3528:3550
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3551 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
pieterpalmers
e8aeb191b6
update firewire driver options
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3539 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
d38a6c9c1d
Move InitFrameTime in JackDriver::Start method.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3538 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
bb7b377860
Implement jack_client_real_time_priority and jack_client_max_real_time_priority API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3232 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
pieterpalmers
7a9f38053e
fix port disable bug (jwoithe)
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3136 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
a7fd397819
Better isolation of server and clients system resources to allow starting the server in several user account at the same time.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3094 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
f19b74f904
Header cleanup, add --clients and --ports options in configure.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2957 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
bfdf50d52d
Better symbols export for server and client side libraries.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2895 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
3e01068967
Merge Michael Voigt drops branch after reorganization step.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2880 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago