From e20fca4d144c431dd58face1be7d996ce15815f1 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 23 May 2019 12:01:46 +0200 Subject: Remove obsolete links to softmixer controls Remove obsolete links to playbacks/captures softmixer controls. These links are not used anymore (only 'halmap' controls are used). It also means that references to controls in 'halmixer' section of json configuration files must be removed (as it's done for example json configuration file in this commit). BUG-AGL : SPEC-2329 Change-Id: Ic5a7f055d09b44021d817c04d56023fed3c0e478 Signed-off-by: Jonathan Aillet --- 4a-hal-cfg-example/hal-4a-2ch-generic-usb.json | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '4a-hal-cfg-example/hal-4a-2ch-generic-usb.json') diff --git a/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json b/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json index be3bdb6..ea7c00f 100644 --- a/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json +++ b/4a-hal-cfg-example/hal-4a-2ch-generic-usb.json @@ -107,15 +107,6 @@ "rate": 48000 }, "sink": { - "controls": { - "volume": { - "name": "Speaker Playback Volume", - "value": 80 - }, - "mute": { - "name": "Speaker Playback Switch" - } - }, "channels": [ { "uid": "front-right", @@ -135,14 +126,6 @@ "rate": 48000 }, "source": { - "controls": { - "volume": { - "name": "Capture Volume" - }, - "mute": { - "name": "Capture Switch" - } - }, "channels": [ { "uid": "mic-right", -- cgit 1.2.3-korg