config: fix typo in config files

This commit is contained in:
George Kiagiadakis 2019-12-17 17:36:57 +02:00
parent 5dc250a961
commit 1586d7314f
8 changed files with 8 additions and 9 deletions

View file

@ -1,5 +1,5 @@
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Audio/Sink" },
]

View file

@ -1,5 +1,5 @@
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Audio/Source" },
]

View file

@ -1,5 +1,5 @@
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Stream/Input/Audio" },
]

View file

@ -1,5 +1,5 @@
[match-node]
priotity = 0
priority = 0
properties = [
{ name = "media.class", value = "Stream/Output/Audio" },
]

View file

@ -1,5 +1,5 @@
[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

View file

@ -1,5 +1,5 @@
[match-node]
priotity = 1
priority = 1
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.path", value = "hw:0,0" },

View file

@ -1,5 +1,5 @@
[match-node]
priotity = 70
priority = 70
properties = [
{ name = "media.class", value = "Audio/Sink" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },

View file

@ -1,5 +1,5 @@
[match-node]
priotity = 70
priority = 70
properties = [
{ name = "media.class", value = "Audio/Source" },
{ name = "api.alsa.card.driver", value = "USB-Audio" },