forked from pub-solar/os
bluetooth: disable non-working smbc codec for now
This commit is contained in:
parent
b51179e2cb
commit
81367aea41
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
(pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/10-bluez.conf" ''
|
(pkgs.writeTextDir "share/wireplumber/wireplumber.conf.d/10-bluez.conf" ''
|
||||||
monitor.bluez.properties = {
|
monitor.bluez.properties = {
|
||||||
bluez5.enable-hw-volume = true
|
bluez5.enable-hw-volume = true
|
||||||
bluez5.enable-msbc = true
|
bluez5.enable-msbc = false
|
||||||
bluez5.enable-sbc-xq = true
|
bluez5.enable-sbc-xq = true
|
||||||
bluez5.headset-roles = [ hsp_hs hsp_ag hfp_hf hfp_ag ]
|
bluez5.headset-roles = [ hsp_hs hsp_ag hfp_hf hfp_ag ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue