[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.12-91-gf04cfcd
Lennart Poettering
gitmailer-noreply at 0pointer.de
Tue Sep 30 16:25:58 PDT 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 0c3eb9f4786b0934e1bc48a52f25356307b55623 (commit)
- Log -----------------------------------------------------------------
f04cfcd... replace module-volume-restore by module-stream-restore in system mode, too
6d74504... it might be a bit too early to initialize bluetooth by default for now, since it's still very rough around the edges
-----------------------------------------------------------------------
Summary of changes:
src/daemon/default.pa.in | 6 +++---
src/daemon/system.pa.in | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
commit 6d7450462b8d33d099baa3ad7afb036291d76322
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 1 01:23:35 2008 +0200
it might be a bit too early to initialize bluetooth by default for now, since it's still very rough around the edges
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 0af9931..7032038 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -49,9 +49,9 @@ load-module module-detect
.endif
### Automatically load driver modules for Bluetooth hardware
-.ifexists module-bluetooth-discover at PA_SOEXT@
-load-module module-bluetooth-discover
-.endif
+#.ifexists module-bluetooth-discover at PA_SOEXT@
+#load-module module-bluetooth-discover
+#.endif
### Load several protocols
.ifexists module-esound-protocol-unix at PA_SOEXT@
commit f04cfcd4f0ea1104c552a1712c5b98baf346e2ce
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 1 01:24:47 2008 +0200
replace module-volume-restore by module-stream-restore in system mode, too
diff --git a/src/daemon/system.pa.in b/src/daemon/system.pa.in
index f6052c4..27e4281 100755
--- a/src/daemon/system.pa.in
+++ b/src/daemon/system.pa.in
@@ -34,8 +34,9 @@ load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix
-### Automatically restore the volume of playback streams
-load-module module-volume-restore
+### Automatically restore the volume of streams and devices
+load-module module-stream-restore
+load-module module-device-restore
### Automatically restore the default sink/source when changed by the user during runtime
load-module module-default-device-restore
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list