mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-06 05:58:24 +02:00
conf: add property to disable dummy AVRCP player in bluetooth.conf
This commit is contained in:
parent
2c58de2cc5
commit
33d105c2b6
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ bluez_monitor.properties = {
|
|||
-- Properties for the A2DP codec configuration
|
||||
--["bluez5.default.rate"] = 48000,
|
||||
--["bluez5.default.channels"] = 2,
|
||||
|
||||
-- Register dummy AVRCP player, required for AVRCP volume function.
|
||||
-- Disable if you are running mpris-proxy or equivalent.
|
||||
--["bluez5.dummy-avrcp-player"] = true,
|
||||
}
|
||||
|
||||
bluez_monitor.rules = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue