mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-19 10:20:38 +02:00
scripts: run find-best-profile hook before running apply-profile hook
This commit is contained in:
parent
98cd13284c
commit
407c2f04de
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ log = Log.open_topic ("s-device")
|
|||
SimpleEventHook {
|
||||
name = "device/find-best-profile",
|
||||
after = "device/find-stored-profile",
|
||||
before = "device/apply-profile",
|
||||
interests = {
|
||||
EventInterest {
|
||||
Constraint { "event.type", "=", "select-profile" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue