module-link-factory: ignore link.passive by default

Make an option to allow link.passive properties and set it to false by
default.

This effectively ignores the link.passive properties from the session
manager, jack clients and pw-link when set. This is a good idea because
the logic for making passive links is better handled in the core.
This commit is contained in:
Wim Taymans 2023-03-28 13:32:08 +02:00
parent 67999f0f9c
commit 93e6e98a17
2 changed files with 16 additions and 2 deletions

View file

@ -326,7 +326,6 @@ context.objects = [
# link.output.port = capture_1
# link.input.node = my-mic
# link.input.port = input_FL
# link.passive = true
# }
#}
#{ factory = link-factory
@ -335,7 +334,6 @@ context.objects = [
# link.output.port = capture_2
# link.input.node = my-mic
# link.input.port = input_FR
# link.passive = true
# }
#}
]