diff options
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 |