mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
style: Format and fix config files
Some minor formatting for recently added config files.
This commit is contained in:
parent
3c9996aa78
commit
7e7f0225d4
6 changed files with 74 additions and 64 deletions
|
|
@ -1,36 +1,38 @@
|
|||
# PulseAudio config file for PipeWire version @VERSION@ #
|
||||
context.properties = {
|
||||
## Configure properties in the system.
|
||||
#mem.warn-mlock = false
|
||||
#mem.allow-mlock = true
|
||||
#mem.mlock-all = false
|
||||
#log.level = 2
|
||||
#mem.warn-mlock = false
|
||||
#mem.allow-mlock = true
|
||||
#mem.mlock-all = false
|
||||
#log.level = 2
|
||||
}
|
||||
|
||||
context.spa-libs = {
|
||||
audio.convert* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
audio.convert* = audioconvert/libspa-audioconvert
|
||||
support.* = support/libspa-support
|
||||
}
|
||||
|
||||
context.modules = {
|
||||
libpipewire-module-rtkit = {
|
||||
libpipewire-module-rtkit = {
|
||||
args = {
|
||||
#nice.level = -11
|
||||
#rt.prio = 20
|
||||
#nice.level = -11
|
||||
#rt.prio = 20
|
||||
#rt.time.soft = 200000
|
||||
#rt.time.hard = 200000
|
||||
}
|
||||
}
|
||||
flags = [ ifexists nofail ]
|
||||
}
|
||||
libpipewire-module-protocol-native = null
|
||||
libpipewire-module-client-node = null
|
||||
libpipewire-module-adapter = null
|
||||
libpipewire-module-metadata = null
|
||||
libpipewire-module-client-node = null
|
||||
libpipewire-module-adapter = null
|
||||
libpipewire-module-metadata = null
|
||||
|
||||
libpipewire-module-protocol-pulse = {
|
||||
args = {
|
||||
server.address = [
|
||||
"unix:native"
|
||||
# "tcp:4713"
|
||||
}
|
||||
server.address = [
|
||||
"unix:native"
|
||||
# "tcp:4713"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue