From: Lennart Poettering Date: Tue, 30 Sep 2008 23:24:47 +0000 (+0200) Subject: replace module-volume-restore by module-stream-restore in system mode, too X-Git-Tag: v0.9.13~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f04cfcd4f0ea1104c552a1712c5b98baf346e2ce;p=platform%2Fupstream%2Fpulseaudio.git 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