mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-03 03:18:00 +02:00
apply-profile: add find-calling-profile to after array
This commit is contained in:
parent
dcf083ef3b
commit
7eacea9da9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ log = Log.open_topic ("s-device")
|
|||
|
||||
AsyncEventHook {
|
||||
name = "device/apply-profile",
|
||||
after = { "device/find-stored-profile", "device/find-preferred-profile", "device/find-best-profile" },
|
||||
after = { "device/find-calling-profile", "device/find-stored-profile", "device/find-preferred-profile", "device/find-best-profile" },
|
||||
interests = {
|
||||
EventInterest {
|
||||
Constraint { "event.type", "=", "select-profile" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue