diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-09-03 20:53:07 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-09-03 20:53:07 +0000 |
commit | 11bf38042f83369e0077512e0c2aefadc3b47705 (patch) | |
tree | 66caa737e3fd9318903a69ffd91b9040f1a36d97 /src/daemon | |
parent | 1d3e70c7d3b9cbf45177c84989a68b7a2992386e (diff) |
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
Diffstat (limited to 'src/daemon')
-rwxr-xr-x | src/daemon/default.pa.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |