mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-06 13:50:10 +01:00
config: fix typo in config files
This commit is contained in:
parent
5dc250a961
commit
1586d7314f
8 changed files with 8 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[match-node]
|
||||
priotity = 0
|
||||
priority = 0
|
||||
properties = [
|
||||
{ name = "media.class", value = "Audio/Sink" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[match-node]
|
||||
priotity = 0
|
||||
priority = 0
|
||||
properties = [
|
||||
{ name = "media.class", value = "Audio/Source" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[match-node]
|
||||
priotity = 0
|
||||
priority = 0
|
||||
properties = [
|
||||
{ name = "media.class", value = "Stream/Input/Audio" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[match-node]
|
||||
priotity = 0
|
||||
priority = 0
|
||||
properties = [
|
||||
{ name = "media.class", value = "Stream/Output/Audio" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue