diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-12-10 17:22:34 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-19 10:27:57 +0100 |
commit | 362c23509cca3101b4abcb47f76c57baa69c8d08 (patch) | |
tree | 4e22d79b2915ab90b93a804144c6491561940c2f /cfg/hal-4a-unicens-coax.json | |
parent | 5770713075119f42d3486fa8db616efa8231a336 (diff) |
Add unicens input plugin for md microphone
Add unicens input plugin for multi-directionnal microphone.
Update the unciens hal to load this plugin.
Change-Id: I933ed6ff3a709d0c11bf86e64c83559a38386e98
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'cfg/hal-4a-unicens-coax.json')
-rw-r--r-- | cfg/hal-4a-unicens-coax.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cfg/hal-4a-unicens-coax.json b/cfg/hal-4a-unicens-coax.json index 85fbff1..88475b1 100644 --- a/cfg/hal-4a-unicens-coax.json +++ b/cfg/hal-4a-unicens-coax.json @@ -15,6 +15,12 @@ "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-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-md-input.ctlso"] } ], "onload": [ |