From 2d9c0614c82f397185aa8c63444d9c49ca185113 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 --- reference-boards/hal-4a-intel-minnow.json | 7 ------- 1 file changed, 7 deletions(-) (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 9a5effb..f94b1fb 100644 --- a/reference-boards/hal-4a-intel-minnow.json +++ b/reference-boards/hal-4a-intel-minnow.json @@ -28,13 +28,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