mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
wireplumber.conf: Enable default volume control tracking
Track a suitable default volume for media role based policies. Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
parent
5ecfe9f555
commit
6f5ca5a79d
1 changed files with 7 additions and 1 deletions
|
|
@ -722,10 +722,16 @@ wireplumber.components = [
|
|||
provides = hooks.linking.role-based.rescan
|
||||
requires = [ api.mixer ]
|
||||
}
|
||||
{
|
||||
name = node/find-media-role-default-volume.lua, type = script/lua
|
||||
provides = hooks.node.role-based.default-volume
|
||||
requires = [ hooks.linking.role-based.rescan ]
|
||||
}
|
||||
{
|
||||
type = virtual, provides = policy.linking.role-based
|
||||
requires = [ policy.linking.standard,
|
||||
hooks.linking.role-based.rescan ]
|
||||
hooks.linking.role-based.rescan,
|
||||
hooks.node.role-based.default-volume ]
|
||||
}
|
||||
|
||||
## Standard policy definition
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue