mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
load module-device-restore and module-stream-restore by default, don't load module-volume-restore anymore
This commit is contained in:
parent
ad76ca0a35
commit
5f69b5d7fd
1 changed files with 3 additions and 2 deletions
|
|
@ -67,8 +67,9 @@ 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
|
||||
|
||||
### 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue