Skip to content

policy-dsp: allow matching on all node properties

James Calligeros requested to merge chadmed/wireplumber:dsp/fix-match into master

Prevously, we were only looking at node["global-properties"] for properties to match on. Change this to instead run against node.properties, so that we can use type-specific properties such as alsa.id.

Signed-off-by: James Calligeros jcalligeros99@gmail.com

Merge request reports