mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
bluez: input = source, output = sink
This commit is contained in:
parent
0855b1bb4b
commit
2a83811297
3 changed files with 6 additions and 6 deletions
|
|
@ -72,12 +72,12 @@ rules = [
|
|||
{
|
||||
matches = [
|
||||
{
|
||||
# Matches all sinks. These are regular expressions
|
||||
# Matches all sources. These are regular expressions
|
||||
# so "." matches one character and ".*" matches many.
|
||||
node.name = "~alsa_input.*"
|
||||
}
|
||||
{
|
||||
# Matches all sources.
|
||||
# Matches all sinks.
|
||||
node.name = "~alsa_output.*"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -41,11 +41,11 @@ rules = [
|
|||
{
|
||||
matches = [
|
||||
{
|
||||
# Matches all sinks.
|
||||
# Matches all sources.
|
||||
node.name = "~bluez_input.*"
|
||||
}
|
||||
{
|
||||
# Matches all sources.
|
||||
# Matches all sinks.
|
||||
node.name = "~bluez_output.*"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue