diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-09 19:00:38 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-09 19:00:38 +0100 |
commit | d365745b9394fc2384c87cb4e290779bf08b957a (patch) | |
tree | e6a68f4255bd993c4c89ff87a00e47ea1c6fc483 /accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua | |
parent | 1efe02becdb2e15a2a79ec970cc1f2209da995d8 (diff) | |
download | nixos-d365745b9394fc2384c87cb4e290779bf08b957a.tar nixos-d365745b9394fc2384c87cb4e290779bf08b957a.tar.gz nixos-d365745b9394fc2384c87cb4e290779bf08b957a.tar.bz2 nixos-d365745b9394fc2384c87cb4e290779bf08b957a.tar.xz nixos-d365745b9394fc2384c87cb4e290779bf08b957a.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua')
-rw-r--r-- | accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua b/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua index 948b7dfa..7934e392 100644 --- a/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua +++ b/accounts/gkleen@sif/wireplumber/bluetooth.lua.d/50-bluez-config.lua | |||
@@ -14,7 +14,7 @@ table.insert(bluez_monitor.rules,rule) | |||
14 | bluez_monitor.properties = { | 14 | bluez_monitor.properties = { |
15 | ["bluez5.enable-msbc"] = true, | 15 | ["bluez5.enable-msbc"] = true, |
16 | ["bluez5.enable-sbc-xq"] = true, | 16 | ["bluez5.enable-sbc-xq"] = true, |
17 | ["bluez5.enable-hw-volume"] = false, | 17 | ["bluez5.enable-hw-volume"] = true, |
18 | ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]", | 18 | ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]", |
19 | ["bluez5.codecs"] = "[ sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex ]", | 19 | ["bluez5.codecs"] = "[ sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex ]", |
20 | } | 20 | } |