From b85e660519d9ee6bf6000bf12a771da9282f9515 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Tue, 23 Apr 2019 10:45:31 +0200 Subject: Add 'haldependencies' section to all hals 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 --- reference-boards/hal-4a-intel-minnow.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'reference-boards/hal-4a-intel-minnow.json') diff --git a/reference-boards/hal-4a-intel-minnow.json b/reference-boards/hal-4a-intel-minnow.json index dc8ce89..4305aef 100644 --- a/reference-boards/hal-4a-intel-minnow.json +++ b/reference-boards/hal-4a-intel-minnow.json @@ -34,6 +34,11 @@ "action": "api://4a-hal-manager#ping" } ], + "haldependencies" : { + "uid" : "intel-minnow-hdmi", + "class" : "mandatory", + "cardPath" : "/dev/snd/by-path/pci-0000:00:1b.0" + }, "halmap": [ { "uid": "agl-pcm-playback-switch", -- cgit 1.2.3-korg