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:
parent
08e9ef57db
commit
c27b693334
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
bluetooth_policy.policy = {
|
||||
media-role.use-headset-profile = true
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
monitor.bluez.properties = {
|
||||
bluez5.enable-sbc-xq = true
|
||||
bluez5.enable-msbc = true
|
||||
bluez5.codecs = [sbc sbc_xq]
|
||||
}
|
Loading…
Add table
Reference in a new issue