mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-27 05:00:38 +02:00
conf: remove std-event-source dependency from the find-voice-call hook
This dependency must not be added here because it creates a circle. m-standard-event-source is loaded after the hooks, as specified in the wireplumber.components.rules section.
This commit is contained in:
parent
5ded5cbf1e
commit
865cdcb89c
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ wireplumber.components = [
|
|||
{
|
||||
name = device/find-voice-call-profile.lua, type = script/lua
|
||||
provides = hooks.device.profile.find-voice-call
|
||||
requires = [ support.modem-manager, support.standard-event-source ]
|
||||
requires = [ support.modem-manager ]
|
||||
}
|
||||
{
|
||||
name = device/find-preferred-profile.lua, type = script/lua
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue