From 11bf38042f83369e0077512e0c2aefadc3b47705 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Sep 2007 20:53:07 +0000 Subject: add a new module module-default-device-restore which automatically saves and restores the selected default device. Enable it by default. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1760 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/daemon/default.pa.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/daemon') diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 6ece607d..fb90aa64 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -63,6 +63,9 @@ load-module module-native-protocol-unix ### Automatically restore the volume of playback streams load-module module-volume-restore +### Automatically restore the default sink/source when changed by the user during runtime +load-module module-default-device-restore + ### Automatically move streams to the default sink if the sink they are ### connected to dies, similar for sources load-module module-rescue-streams -- cgit