wireplumber.conf: document the main difference between context.modules and wp.components
This commit is contained in:
@@ -18,6 +18,10 @@ context.spa-libs = {
|
||||
|
||||
context.modules = [
|
||||
## PipeWire modules to load.
|
||||
## These modules are loaded before a connection to pipewire is attempted.
|
||||
## This section should be kept minimal and load only the modules that are
|
||||
## necessary for the protocol to work.
|
||||
##
|
||||
## If ifexists is given, the module is ignored when it is not found.
|
||||
## If nofail is given, module initialization failures are ignored.
|
||||
##
|
||||
@@ -73,7 +77,8 @@ wireplumber.profiles = {
|
||||
}
|
||||
|
||||
wireplumber.components = [
|
||||
## WirePlumber components to load
|
||||
## WirePlumber components to load.
|
||||
## These components are loaded after a connection to pipewire is established.
|
||||
## type is mandatory; rest of the tags are optional
|
||||
##
|
||||
## Syntax:
|
||||
|
Reference in New Issue
Block a user