mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 15:58:01 +02:00
docs: software_dsp: fix example config snippet
The wireplumber.profiles section is an object, not an array
This commit is contained in:
parent
0b716118c7
commit
ff692952c4
1 changed files with 2 additions and 2 deletions
|
|
@ -95,11 +95,11 @@ Examples
|
|||
}
|
||||
]
|
||||
|
||||
wireplumber.profiles = [
|
||||
wireplumber.profiles = {
|
||||
main = {
|
||||
node.software-dsp = required
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
This will match any sinks with the UCM HiFi Speaker profile set that are associated
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue