From 286232f7a8f360654746e9f78505c358a98b1b79 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Mon, 15 Aug 2011 14:05:49 +0200 Subject: [PATCH] JACK: Load module-jackdbus-detect in default.pa Provides automatic integration with the dbus enabled version of JACK 2. Signed-off-by: David Henningsson --- src/daemon/default.pa.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index b9290ddf6..6155b3126 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -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@