From 23bc19d556dd69eb085c6274dd22519f48e608c1 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Wed, 23 Jan 2019 14:36:47 +0100 Subject: hal-4a-intel-minnow: fix incorrect master volume control 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 (cherry picked from commit 2d9c0614c82f397185aa8c63444d9c49ca185113) --- reference-boards/hal-4a-intel-minnow.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/reference-boards/hal-4a-intel-minnow.json b/reference-boards/hal-4a-intel-minnow.json index d96672b..f4f716f 100644 --- a/reference-boards/hal-4a-intel-minnow.json +++ b/reference-boards/hal-4a-intel-minnow.json @@ -35,13 +35,6 @@ } ], "halmap": [ - { - "uid": "agl-master-playback-volume", - "alsa": { - "name": "IEC958 Playback Default", - "value": 100 - } - }, { "uid": "agl-pcm-playback-switch", "alsa": { -- cgit 1.2.3-korg