From b080c08d2ac82f7c38aace9587703b9182377c33 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Wed, 26 Jun 2019 17:36:54 +0200 Subject: Remove obsolete references to mixer controls Remove obsolete references to controls in 'halmixer' section. Also, clean some minor format issues in json files. BUG-AGL: SPEC-2329 Change-Id: Ie3120dcfbc3144906bfc731e57614508a33222b2 Signed-off-by: Jonathan Aillet --- community-boards/hal-4a-2ch-generic-usb.json | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'community-boards/hal-4a-2ch-generic-usb.json') diff --git a/community-boards/hal-4a-2ch-generic-usb.json b/community-boards/hal-4a-2ch-generic-usb.json index 6a19f9a..d4e1c6a 100644 --- a/community-boards/hal-4a-2ch-generic-usb.json +++ b/community-boards/hal-4a-2ch-generic-usb.json @@ -111,16 +111,7 @@ "params": { "rate": 48000 }, - "sink": { - "controls": { - "volume": { - "name": "Speaker Playback Volume", - "value": 80 - }, - "mute": { - "name": "Speaker Playback Switch" - } - }, + "sink" : { "channels": [ { "uid": "front-right", @@ -139,15 +130,7 @@ "params": { "rate": 48000 }, - "source": { - "controls": { - "volume": { - "name": "Capture Volume" - }, - "mute": { - "name": "Capture Switch" - } - }, + "source" : { "channels": [ { "uid": "mic-right", -- cgit 1.2.3-korg