forked from pub-solar/os
bluetooth: disable non-working smbc codec for now
This commit is contained in:
parent
b51179e2cb
commit
81367aea41
|
@ -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 ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue