diff options
-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": { |