a93b210134 
								
							
								 
							
						 
						
							
							
								
								FIx doxygen and user facing and non-facing typos  
							
							Found via `codespell -q 3` 
							
						 
						6 years ago  
				
					
						
							
							
								
								Filipe Coelho 
							
						 
						
							
							
								
								
							
							
								
							
								59550f67ee 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Fix client UUID gen, and some warnings ( #440 )  
							
							* Fix generation of client uuid
Signed-off-by: falkTX <falktx@falktx.com>
* Remove all client properties when removed; Cleanup a few things
Signed-off-by: falkTX <falktx@falktx.com>
* Make all uuid function arguments use jack_uuid_t type; Fix warnings
Signed-off-by: falkTX <falktx@falktx.com>
* Rework uuids to never be int, more cleanup
Signed-off-by: falkTX <falktx@falktx.com> 
							
						 
						6 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 . 
							
						 
						6 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
								
								
									
										
									
								
							
							
								
							
								7dfdbe133a 
								
									
								
							
								 
							
						 
						
							
							
								
								Cleanup some warnings  
							
							Signed-off-by: falkTX <falktx@gmail.com> 
							
						 
						7 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c8bebc1d3 
								
							
								 
							
						 
						
							
							
								
								Allow firewire device be selected via -d  
							
							Patch by Thomas Brand <tom@trellis.ch> and in accordance with jackd1
code base. 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8603dd8127 
								
							
								 
							
						 
						
							
							
								
								[firewire] Use UpdateLatencies() in Attach().  
							
							Cleanup of obsolete code, the functionality is now provided
by UpdateLatencies(). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a8d715c2e 
								
							
								 
							
						 
						
							
							
								
								[firewire] Introduce UpdateLatencies() in FFADO backend  
							
							In preparation for the upcoming FFADO buffersize functionality,
add code that updates the latency afterwards. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4dbbf3e73 
								
							
								 
							
						 
						
							
							
								
								Fix for Ticket  #269 .  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4730  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								022e551350 
								
							
								 
							
						 
						
							
							
								
								Cleanup.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4608  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								00b166e731 
								
							
								 
							
						 
						
							
							
								
								Cleanup code using snprintf.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4586  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd2d168dc8 
								
							
								 
							
						 
						
							
							
								
								More AllocatePort => PortRegister changes  
							
							fixes compilation on linux 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80bc23a3af 
								
							
								 
							
						 
						
							
							
								
								Should compile on Linux.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								07d2c64f39 
								
							
								 
							
						 
						
							
							
								
								Use of PortRegister/PortUnRegister in drivers.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55557d1f74 
								
							
								 
							
						 
						
							
							
								
								Port registration notifications on SwitchMaster  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9e4628340 
								
							
								 
							
						 
						
							
							
								
								helper functions for jack_driver_desc_t construction  
							
							The main goal is to reduce risk of mismatch between allocated
and initialized parameter numbers. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ecb84b5f9f 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 4238:4306  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7254ce1ebc 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 4180:4238  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4239  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								725c7c4ff2 
								
							
								 
							
						 
						
							
							
								
								Kill temporary FFADO debug code.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61ae5bc2ad 
								
							
								 
							
						 
						
							
							
								
								Fix MIDI queue bugs.  Make latency test output unexpected message count even if an error occurs.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b426ca5e5d 
								
							
								 
							
						 
						
							
							
								
								Fix minor syntax error  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4bd1bef24c 
								
							
								 
							
						 
						
							
							
								
								Added MIDI queues, FFADO objects, etc. - see ' http://trac.jackaudio.org/ticket/187 ' for more details  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e054114b9 
								
							
								 
							
						 
						
							
							
								
								Typo.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4215  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7e8377441 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 4083:4180  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4828d0c835 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 4041:4083  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a2863cf55 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 4004:4041  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4042  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8d535d994d 
								
							
								 
							
						 
						
							
							
								
								Arnold Krille irewire snooping patch.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4032  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								249c0c3b5d 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 3966:4004  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4005  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54ebab2cf2 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 3930:3966  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3967  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d909ba9f57 
								
							
								 
							
						 
						
							
							
								
								Arnold Krille firewire patch.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3948  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								85a525d60b 
								
							
								 
							
						 
						
							
							
								
								Fix errors found by cppcheck.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3947  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec2e42c933 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 3899:3916  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3917  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7dd7caa9a 
								
							
								 
							
						 
						
							
							
								
								ffado-portaliases patch, fix ticket  #156  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3904  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f68a6557a 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 3813:3899  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3900  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66c14ab5bf 
								
							
								 
							
						 
						
							
							
								
								fix build of FFADO driver that got broken in  04206f10d1 
							
							
								
							
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								04206f10d1 
								
							
								 
							
						 
						
							
							
								
								Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate".  
							
							
								
							
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ca13a6b25 
								
							
								 
							
						 
						
							
							
								
								rebase from trunk 3528:3550  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3551  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8aeb191b6 
								
							
								 
							
						 
						
							
							
								
								update firewire driver options  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3539  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d38a6c9c1d 
								
							
								 
							
						 
						
							
							
								
								Move InitFrameTime in JackDriver::Start method.  
							
							git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3538  0c269be4-1314-0410-8aa9-9f06e86f4224 
							
						 
						16 years ago