Skip to content
Snippets Groups Projects
Commit 1586d731 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

config: fix typo in config files

parent 5dc250a9
No related branches found
No related tags found
No related merge requests found
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Audio/Sink" },
]
......
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Audio/Source" },
]
......
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Stream/Input/Audio" },
]
......
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Stream/Output/Audio" },
]
......
[match-node]
priotity = 1
priority = 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
[match-node]
priotity = 1
priority = 1
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.path", value = "hw:0,0" },
......
[match-node]
priotity = 70
priority = 70
properties = [
{ name = "media.class", value = "Audio/Sink" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },
......
[match-node]
priotity = 70
priority = 70
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment