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:
George Kiagiadakis 2025-08-29 19:55:18 +03:00
parent 5ded5cbf1e
commit 865cdcb89c

View file

@ -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