bluetooth: disable non-working smbc codec for now

This commit is contained in:
teutat3s 2024-06-20 18:24:34 +02:00
parent b51179e2cb
commit 81367aea41
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -27,7 +27,7 @@
(pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/10-bluez.conf" ''
monitor.bluez.properties = {
bluez5.enable-hw-volume = true
bluez5.enable-msbc = true
bluez5.enable-msbc = false
bluez5.enable-sbc-xq = true
bluez5.headset-roles = [ hsp_hs hsp_ag hfp_hf hfp_ag ]
}