mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-26 14:13:23 +00:00
apply-profile: add find-calling-profile to after array
This commit is contained in:
parent
dcf083ef3b
commit
7eacea9da9
@ -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…
x
Reference in New Issue
Block a user