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-unicens-coax.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-unicens-coax.json')
-rw-r--r-- | devices/hal-4a-unicens-coax.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devices/hal-4a-unicens-coax.json b/devices/hal-4a-unicens-coax.json index 84f851e..01918d9 100644 --- a/devices/hal-4a-unicens-coax.json +++ b/devices/hal-4a-unicens-coax.json @@ -36,6 +36,11 @@ "action": "plugin://hal-unicens-output#Events" } ], + "haldependencies" : { + "uid" : "microship-unicens-output-coax", + "class" : "mandatory", + "cardPath" : "/dev/snd/by-id/usb-Microchip-SMSC_OS81118_0000-0000004C-02" + }, "halmap": [ { "uid": "agl-master-playback-volume", |