SOURCES: libbio2jack-GetJackLatency.patch (NEW) - for the compatib...

charles charles at pld-linux.org
Tue Nov 22 10:57:17 CET 2005


Author: charles                      Date: Tue Nov 22 09:57:17 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- for the compatibility

---- Files affected:
SOURCES:
   libbio2jack-GetJackLatency.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libbio2jack-GetJackLatency.patch
diff -u /dev/null SOURCES/libbio2jack-GetJackLatency.patch:1.1
--- /dev/null	Tue Nov 22 10:57:17 2005
+++ SOURCES/libbio2jack-GetJackLatency.patch	Tue Nov 22 10:57:12 2005
@@ -0,0 +1,14 @@
+--- bio2jack/bio2jack.c.orig	2005-11-22 09:54:29.000000000 +0100
++++ bio2jack/bio2jack.c	2005-11-22 10:10:15.000000000 +0100
+@@ -2512,6 +2512,11 @@
+   TRACE("finished\n");
+ }
+ 
++long JACK_GetJackLatency(int deviceID)
++{
++  return JACK_GetJackOutputLatency(deviceID);
++}
++
+ /* Get the latency, in frames, of jack */
+ long
+ JACK_GetJackOutputLatency(int deviceID)
================================================================



More information about the pld-cvs-commit mailing list