summaryrefslogtreecommitdiffstats
path: root/devices
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2019-04-23 10:45:31 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2019-04-23 10:46:11 +0200
commitb85e660519d9ee6bf6000bf12a771da9282f9515 (patch)
treebdc0135d5f45dd6cd14ffadc97139cd2c2afcca4 /devices
parentfdf0e3c4c67ceb5ddc77c9c1f27d85c1be2055a6 (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')
-rw-r--r--devices/hal-4a-greenbox.json7
-rw-r--r--devices/hal-4a-unicens-coax.json5
-rw-r--r--devices/hal-4a-unicens-utp.json5
3 files changed, 16 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",
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",
diff --git a/devices/hal-4a-unicens-utp.json b/devices/hal-4a-unicens-utp.json
index 8d9b522..cfc154f 100644
--- a/devices/hal-4a-unicens-utp.json
+++ b/devices/hal-4a-unicens-utp.json
@@ -36,6 +36,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",