]> code.delx.au - pulseaudio/commitdiff
JACK: Load module-jackdbus-detect in default.pa
authorDavid Henningsson <david.henningsson@canonical.com>
Mon, 15 Aug 2011 12:05:49 +0000 (14:05 +0200)
committerColin Guthrie <colin@mageia.org>
Tue, 16 Aug 2011 10:59:20 +0000 (11:59 +0100)
Provides automatic integration with the dbus enabled version of JACK 2.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
src/daemon/default.pa.in

index b9290ddf6a02e49dff1be4cfde8be4c893a1e584..6155b3126e4ec9c7e3b04c365d1ac18b5778a541 100755 (executable)
@@ -79,6 +79,11 @@ load-module module-hal-detect
 load-module module-detect
 .endif
 
+### Automatically connect sink and source if JACK server is present
+.ifexists module-jackdbus-detect@PA_SOEXT@
+load-module module-jackdbus-detect
+.endif
+
 ifelse(@HAVE_BLUEZ@, 1, [dnl
 ### Automatically load driver modules for Bluetooth hardware
 .ifexists module-bluetooth-discover@PA_SOEXT@