diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-23 14:36:47 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-23 14:36:47 +0100 |
commit | 2d9c0614c82f397185aa8c63444d9c49ca185113 (patch) | |
tree | cfecdf6ef222ccddd35a6e9af08609a1c7f5ed67 | |
parent | aef1ea7747870ff45f834e46aeff08a40acb8a3f (diff) |
hal-4a-intel-minnow: fix incorrect master volume controlflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4flounder
HAL Manager is now more picky and refuses to load unknown controls.
In the specific case of minnowboard, the declared control for master volume
is wrong.
This patch removes the master volume control from halmap section.
Bug-AGL: SPEC-2138
Change-Id: I1f7404ea7b6212981156003ba255936ae7173b96
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | reference-boards/hal-4a-intel-minnow.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/reference-boards/hal-4a-intel-minnow.json b/reference-boards/hal-4a-intel-minnow.json index 9a5effb..f94b1fb 100644 --- a/reference-boards/hal-4a-intel-minnow.json +++ b/reference-boards/hal-4a-intel-minnow.json @@ -29,13 +29,6 @@ ], "halmap": [ { - "uid": "agl-master-playback-volume", - "alsa": { - "name": "IEC958 Playback Default", - "value": 100 - } - }, - { "uid": "agl-pcm-playback-switch", "alsa": { "name": "IEC958 Playback Switch", |