mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-02-18 00:20:35 +01:00
config: bluez: Update source-role property name
New version of PipeWire replaced a2dp-source-role property by more generic media-source-role.
This commit is contained in:
parent
b32cb9c976
commit
d4f469fcec
1 changed files with 2 additions and 2 deletions
|
|
@ -123,10 +123,10 @@ bluez_monitor.rules = {
|
|||
--["session.suspend-timeout-seconds"] = 5, -- 0 disables suspend
|
||||
--["monitor.channel-volumes"] = false,
|
||||
|
||||
-- A2DP source role, "input" or "playback"
|
||||
-- Media source role, "input" or "playback"
|
||||
-- Defaults to "playback", playing stream to speakers
|
||||
-- Set to "input" to use as an input for apps
|
||||
--["bluez5.a2dp-source-role"] = "input",
|
||||
--["bluez5.media-source-role"] = "input",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue