feat(wireplumber): Add the last missing configs

These were done in lua before an i've never ported them to the proper
new format
This commit is contained in:
histalek 2024-11-03 11:00:19 +01:00
parent 08e9ef57db
commit c27b693334
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
bluetooth_policy.policy = {
media-role.use-headset-profile = true
}

View file

@ -0,0 +1,5 @@
monitor.bluez.properties = {
bluez5.enable-sbc-xq = true
bluez5.enable-msbc = true
bluez5.codecs = [sbc sbc_xq]
}