diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-04-23 10:45:31 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-04-23 10:46:11 +0200 |
commit | b85e660519d9ee6bf6000bf12a771da9282f9515 (patch) | |
tree | bdc0135d5f45dd6cd14ffadc97139cd2c2afcca4 /devices/hal-4a-greenbox.json | |
parent | fdf0e3c4c67ceb5ddc77c9c1f27d85c1be2055a6 (diff) |
Add 'haldependencies' section to all halshalibut_7.99.1halibut/7.99.17.99.1
Add 'haldependencies' section to all hals for incoming dependencies
functionality.
Added in a way to make the hals compatible with current implementation
and incoming implementation.
Alsa, clean some minor issues in json format.
BUG-AGL: SPEC-2329
Change-Id: I786d3180f1bfbb73f1e4597aa0e6f025bbc355f5
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'devices/hal-4a-greenbox.json')
-rw-r--r-- | devices/hal-4a-greenbox.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devices/hal-4a-greenbox.json b/devices/hal-4a-greenbox.json index 2d1aa5a..03cd78b 100644 --- a/devices/hal-4a-greenbox.json +++ b/devices/hal-4a-greenbox.json @@ -26,7 +26,7 @@ }, "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", @@ -52,6 +52,11 @@ "action": "plugin://hal-unicens-output#Events" } ], + "haldependencies" : { + "uid" : "microship-unicens-output-utp", + "class" : "mandatory", + "cardPath" : "/dev/snd/by-id/usb-Microchip-SMSC_OS81210_0200-0000000C-02" + }, "halmap": [ { "uid": "agl-master-playback-volume", |