mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Load module-volume-restore and module-device-restore before all other modules
Since m-v-r and m-d-r become active in the FIXATE hooks for stream/device creation we need to make sure the modules are loaded before the first devices/streams are created.
This commit is contained in:
parent
3f20a152be
commit
cb6a919730
1 changed files with 4 additions and 4 deletions
|
|
@ -29,6 +29,10 @@
|
|||
|
||||
.fail
|
||||
|
||||
### Automatically restore the volume of streams and devices
|
||||
load-module module-device-restore
|
||||
load-module module-stream-restore
|
||||
|
||||
### Load audio drivers statically (it's probably better to not load
|
||||
### these drivers manually, but instead use module-hal-detect --
|
||||
### see below -- for doing this automatically)
|
||||
|
|
@ -75,10 +79,6 @@ load-module module-native-protocol-unix
|
|||
### Enable flat volumes where possible
|
||||
load-module module-flat-volume
|
||||
|
||||
### Automatically restore the volume of streams and devices
|
||||
load-module module-device-restore
|
||||
load-module module-stream-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