diff options
Diffstat (limited to 'community-boards/hal-4a-jabra.json')
-rw-r--r-- | community-boards/hal-4a-jabra.json | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/community-boards/hal-4a-jabra.json b/community-boards/hal-4a-jabra.json index a07d61d..1c63be4 100644 --- a/community-boards/hal-4a-jabra.json +++ b/community-boards/hal-4a-jabra.json @@ -11,13 +11,20 @@ }, "resources": [ { - "uid": "hal-bt", - "info": "Bluetooth hal plugin to get A2DP bluetooth device as an input by tweaking softmixer configuration", + "uid": "hal-bluealsa", + "info": "Bluealsa hal plugin", "params": { - "channels": 2, - "zone": "front-seats" + "sco": { + "mic": "JABRA-SOLEMATE", + "zone": "full-stereo", + "delayms": 800 + }, + "a2dp": { + "zone": "full-stereo", + "delayms": 500 + } }, - "libs": ["hal-bt.ctlso"] + "libs": ["hal-bluealsa.ctlso"] } ], "controls": [ |