Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julian Bouzas
WirePlumber
Commits
1586d731
Commit
1586d731
authored
Dec 17, 2019
by
George Kiagiadakis
Browse files
config: fix typo in config files
parent
5dc250a9
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/config/00-audio-sink.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 0
prio
r
ity = 0
properties = [
{ name = "media.class", value = "Audio/Sink" },
]
...
...
src/config/00-audio-source.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 0
prio
r
ity = 0
properties = [
{ name = "media.class", value = "Audio/Source" },
]
...
...
src/config/00-stream-input-audio.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 0
prio
r
ity = 0
properties = [
{ name = "media.class", value = "Stream/Input/Audio" },
]
...
...
src/config/00-stream-output-audio.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 0
prio
r
ity = 0
properties = [
{ name = "media.class", value = "Stream/Output/Audio" },
]
...
...
src/config/01-hw:0,0-audio-sink.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 1
prio
r
ity = 1
properties = [
{ name = "media.class", value = "Audio/Sink" },
{ name = "api.alsa.path", value = "hw:0,0" },
...
...
@@ -9,4 +9,3 @@ properties = [
type = "pw-audio-softdsp-endpoint"
direction = "sink"
streams = "playback.streams"
priority = 1
src/config/01-hw:0,0-audio-source.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 1
prio
r
ity = 1
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.path", value = "hw:0,0" },
...
...
src/config/70-usb-audio-sink.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 70
prio
r
ity = 70
properties = [
{ name = "media.class", value = "Audio/Sink" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },
...
...
src/config/70-usb-audio-source.endpoint
View file @
1586d731
[match-node]
prio
t
ity = 70
prio
r
ity = 70
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment