aboutsummaryrefslogtreecommitdiffstats
path: root/community-boards/hal-4a-intel-upsquared-hdmi.json
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2019-06-26 17:40:30 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2019-06-26 17:41:45 +0200
commitd8a360eeb69c52dd811ab8d8f811cdc996744059 (patch)
tree5ff3bd0f112a0ce9256de5578971ba064edf52b0 /community-boards/hal-4a-intel-upsquared-hdmi.json
parentb080c08d2ac82f7c38aace9587703b9182377c33 (diff)
Updates all hals to use 'haldependencies' resolution in 'halmap' section. That means that : - An halmap control is created for the corresponding audio device using 'target' key to map dependency. - 'uid' key in 'metadata' section is no longer used to find audio device. BUG-AGL: SPEC-2329 Change-Id: I2e6da5a3d6ca3f51bf1e6a3f87e930396fab57a6 Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'community-boards/hal-4a-intel-upsquared-hdmi.json')
-rw-r--r--community-boards/hal-4a-intel-upsquared-hdmi.json34
1 files changed, 21 insertions, 13 deletions
diff --git a/community-boards/hal-4a-intel-upsquared-hdmi.json b/community-boards/hal-4a-intel-upsquared-hdmi.json
index c293641..e6024b0 100644
--- a/community-boards/hal-4a-intel-upsquared-hdmi.json
+++ b/community-boards/hal-4a-intel-upsquared-hdmi.json
@@ -1,13 +1,13 @@
{
"$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
"metadata": {
- "uid": "/dev/snd/by-path/pci-0000:00:0e.0",
- "version": "0.9",
+ "uid": "INTEL-UPSQUARED-HDMI-4A-HAL",
+ "version": "0.99",
"api": "4a-hal-intel-upsquared-hdmi",
"require": [ "alsacore", "smixer" ],
"info": "4a hal for Intel UpSquared device via HDMI socket",
"author": "Dominig ar Foll (Intel OTC)",
- "date": "2018-10-01"
+ "date": "2019-06-25"
},
"resources": [
{
@@ -34,18 +34,26 @@
"action": "api://4a-hal-manager#ping"
}
],
- "haldependencies" : {
- "uid" : "intel-upsquared-hdmi",
- "class" : "mandatory",
- "cardPath" : "/dev/snd/by-path/pci-0000:00:0e.0"
- },
+ "haldependencies" : [
+ {
+ "uid" : "intel-upsquared-hdmi",
+ "class" : "mandatory",
+ "cardPath" : "/dev/snd/by-path/pci-0000:00:0e.0"
+ }
+ ],
"halmap": [
{
- "uid": "agl-pcm-playback-switch",
- "alsa": {
- "numid": 11,
- "value": 1
- }
+ "uid" : "halmap-intel-upsquared-hdmi",
+ "target" : "intel-upsquared-hdmi",
+ "controls" : [
+ {
+ "uid": "agl-pcm-playback-switch",
+ "alsa": {
+ "numid": 11,
+ "value": 1
+ }
+ }
+ ]
}
],
"halmixer": {