[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.13-31-ga8dc2aa
Lennart Poettering
gitmailer-noreply at 0pointer.de
Tue Oct 7 17:00:56 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 2dfc2654832e5124f263bc7ee2718ff6913e6d46 (commit)
- Log -----------------------------------------------------------------
a8dc2aa... enable flat volumes by default
-----------------------------------------------------------------------
Summary of changes:
src/daemon/default.pa.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit a8dc2aaa8249972bf982fa5784b1b38972356903
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 8 02:00:53 2008 +0200
enable flat volumes by default
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 7032038..ae54c0a 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -72,9 +72,12 @@ load-module module-native-protocol-unix
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink"
#load-module module-rtp-send source=rtp.monitor
+### Enable flat volumes where possible
+load-module module-flat-volumes
+
### Automatically restore the volume of streams and devices
-load-module module-stream-restore
load-module module-device-restore
+load-module module-stream-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