wireplumber.conf: add m-standard-event-source

This commit is contained in:
Ashok Sidipotu 2022-06-11 13:52:18 +05:30 committed by Julian Bouzas
parent fd91d8a35b
commit 3c2c954107

View file

@ -93,6 +93,9 @@ wireplumber.components = [
# dynamic properties of pipewire objects in RAM
{ name = libwireplumber-module-metadata, type = module }
# Module listening for pipewire objects to push events
{ name = libwireplumber-module-standard-event-source, type = module }
# Link nodes by stream role and device intended role
{ name = intended-roles.lua, type = script/lua }