From d6519528c274a63c0b2683d2a3bb58c08e82ea35 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Fri, 21 Dec 2018 11:59:54 +0100 Subject: 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 --- devices/hal-4a-greenbox.json | 23 ++++++++++++++++++----- 1 file 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": { -- cgit 1.2.3-korg