mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
adapter: support control ports in PortConfig
This commit is contained in:
parent
16a7c27498
commit
83588daf60
2 changed files with 6 additions and 1 deletions
|
|
@ -220,6 +220,7 @@ context.objects = [
|
|||
adapter.auto-port-config = {
|
||||
mode = dsp
|
||||
monitor = false
|
||||
control = false
|
||||
position = unknown # aux, preserve
|
||||
}
|
||||
#node.param.PortConfig = {
|
||||
|
|
@ -280,6 +281,7 @@ context.objects = [
|
|||
adapter.auto-port-config = {
|
||||
mode = dsp
|
||||
monitor = false
|
||||
control = false
|
||||
position = unknown # aux, preserve
|
||||
}
|
||||
#node.param.PortConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue