diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-12-21 11:59:54 +0100 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-12-21 11:59:54 +0100 |
commit | d6519528c274a63c0b2683d2a3bb58c08e82ea35 (patch) | |
tree | 33216d33687511b9a5258c844133586c62d3c962 /devices | |
parent | d6d98220643113701857f03c8534c412c8eeac33 (diff) |
hal-4a-unicens: uses the renamed plugin
The unicens plugin has been renamed, and an additional
one for beam forming has come as well.
Change-Id: I187248fa27810cddfef46ccc514233d0a91b8c52
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'devices')
-rw-r--r-- | devices/hal-4a-greenbox.json | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/devices/hal-4a-greenbox.json b/devices/hal-4a-greenbox.json index 3a84446..2d1aa5a 100644 --- a/devices/hal-4a-greenbox.json +++ b/devices/hal-4a-greenbox.json @@ -26,17 +26,30 @@ }, "libs": ["hal-bluealsa.ctlso"] }, + { + "uid": "hal-unicens-output", + "info": "UNICENS HAL plugin for output audio", + "spath": "./package/lib/plugins:./package/var:./lib/plugins:./var:/usr/libexec/agl/4a-hal", + "libs": ["hal-unicens-output.ctlso"] + }, { - "uid": "hal-unicens", - "info": "UNICENS HAL plugin", + "uid": "hal-unicens-md-input", + "info": "UNICENS HAL plugin for input multi-directional microphone", "spath": "./package/lib/plugins:./package/var:./lib/plugins:./var:/usr/libexec/agl/4a-hal", - "libs": ["hal-unicens.ctlso"] + "libs": ["hal-unicens-md-input.ctlso"] + } + ], + "onload": [ + { + "uid": "init-audio-hal", + "info": "Init current HAL", + "action": "plugin://hal-unicens-output#Init" } ], "events": [ { "uid": "UNICENS/node-availibility", - "action": "plugin://hal-unicens#Events" + "action": "plugin://hal-unicens-output#Events" } ], "halmap": [ @@ -55,7 +68,7 @@ "step": 1 } }, - "action": "plugin://hal-unicens#MasterVol" + "action": "plugin://hal-unicens-output#MasterVol" } ], "halmixer": { |