7ee14cc645
* Update pipewire and wireplumber. * Optimize wireplumber BT auto connect. * When provisining JELOS for the first time overwite any existing configs unless explicitly excluded.
11 lines
829 B
Diff
11 lines
829 B
Diff
diff -rupN wireplumber-0.4.15.orig/src/config/bluetooth.lua.d/50-bluez-config.lua wireplumber-0.4.15/src/config/bluetooth.lua.d/50-bluez-config.lua
|
|
--- wireplumber-0.4.15.orig/src/config/bluetooth.lua.d/50-bluez-config.lua 2023-11-13 16:40:22.581908134 +0000
|
|
+++ wireplumber-0.4.15/src/config/bluetooth.lua.d/50-bluez-config.lua 2023-12-29 13:00:57.296239132 +0000
|
|
@@ -85,6 +85,7 @@ bluez_monitor.rules = {
|
|
-- profiles have connected. Disabled by default if the property
|
|
-- is not specified.
|
|
--["bluez5.auto-connect"] = "[ hfp_hf hsp_hs a2dp_sink hfp_ag hsp_ag a2dp_source ]",
|
|
+ ["bluez5.auto-connect"] = "[ hfp_hf hsp_hs a2dp_sink ]",
|
|
|
|
-- Hardware volume control (default: [ hfp_ag hsp_ag a2dp_source ])
|
|
--["bluez5.hw-volume"] = "[ hfp_hf hsp_hs a2dp_sink hfp_ag hsp_ag a2dp_source ]",
|