From d31615c58f046a3536b07690b058d5cfed3a0269 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 26 Jun 2024 17:32:33 +0300 Subject: [PATCH] smart-equalizer.conf: fix filter.smart.target usage example --- .../wireplumber.conf.d.examples/smart-equalizer.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config/wireplumber.conf.d.examples/smart-equalizer.conf b/src/config/wireplumber.conf.d.examples/smart-equalizer.conf index 22a73037..5732c96f 100644 --- a/src/config/wireplumber.conf.d.examples/smart-equalizer.conf +++ b/src/config/wireplumber.conf.d.examples/smart-equalizer.conf @@ -46,12 +46,12 @@ wireplumber.components = [ # the unique name of the filter filter.smart.name = "filter.sink.smart-equalizer" - # set this to always link the filter to a particular sink - # or leave it unset in order to follow the default sink - #filter.smart.target = "alsa_output.pci-0000_00_01.0.analog-stereo" + ## set this to always link the filter to a particular sink + ## or leave it unset in order to follow the default sink + #filter.smart.target = { node.name = "alsa_output.pci-0000_00_01.0.analog-stereo" } - # here you can specify filter dependencies, using their names - # (filter.smart.name) if you set up many of them to be linked in a chain + ## here you can specify filter dependencies, using their names + ## (filter.smart.name) if you set up many of them to be linked in a chain #filter.smart.before = [] #filter.smart.after = [] }