[pulseaudio-discuss] [PATCH 3/3] default.pa: Load module-port-manager instead of module-switch-on-port-available
David Henningsson
david.henningsson at canonical.com
Tue Mar 10 07:05:59 PDT 2015
Because module-port-manager is so awesome [*].
[*] For random interpretations of "awesome".
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
---
src/daemon/default.pa.in | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 5ec4641..54a7bdb 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -43,9 +43,6 @@ load-module module-card-restore
### stored in /usr/share/application
load-module module-augment-properties
-### Should be after module-*-restore but before module-*-detect
-load-module module-switch-on-port-available
-
### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
@@ -95,6 +92,8 @@ load-module module-bluetooth-discover
.endif
])dnl
+load-module module-port-manager
+
ifelse(@HAVE_AF_UNIX@, 1, [dnl
### Load several protocols
.ifexists module-esound-protocol-unix at PA_SOEXT@
--
1.9.1
More information about the pulseaudio-discuss
mailing list