From 6fdd9c572f9dc9e1320351867a8e4c6ef9498370 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 14 Dec 2018 22:17:20 +0100 Subject: Change the control name to be the same everywhere Controls names should be normalized to be the same in every HAL. Change-Id: Ia03b197978b89892446c07fee3869ddd58fcf333 Signed-off-by: Stephane Desneux --- community-boards/hal-4a-2ch-generic-usb.json | 2 +- community-boards/hal-4a-csl-cm106-8ch-usb.json | 4 ++-- community-boards/hal-4a-ensoniq.json | 2 +- community-boards/hal-4a-jabra.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/community-boards/hal-4a-2ch-generic-usb.json b/community-boards/hal-4a-2ch-generic-usb.json index efc59e3..311c5d7 100644 --- a/community-boards/hal-4a-2ch-generic-usb.json +++ b/community-boards/hal-4a-2ch-generic-usb.json @@ -43,7 +43,7 @@ } }, { - "uid": "agl-mic-capture-volume", + "uid": "agl-master-capture-volume", "alsa": { "name": "Mic Capture Volume", "value": 80 diff --git a/community-boards/hal-4a-csl-cm106-8ch-usb.json b/community-boards/hal-4a-csl-cm106-8ch-usb.json index 09bfcfa..57cfc27 100644 --- a/community-boards/hal-4a-csl-cm106-8ch-usb.json +++ b/community-boards/hal-4a-csl-cm106-8ch-usb.json @@ -29,14 +29,14 @@ ], "halmap": [ { - "uid": "agl-mic-capture-volume", + "uid": "agl-master-capture-volume", "alsa": { "name": "Mic Capture Volume", "value": 60 } }, { - "uid": "agl-speaker-playback-volume", + "uid": "agl-master-playback-volume", "alsa": { "numid": 8, "value": 80 diff --git a/community-boards/hal-4a-ensoniq.json b/community-boards/hal-4a-ensoniq.json index 7d1dc80..01b27f5 100644 --- a/community-boards/hal-4a-ensoniq.json +++ b/community-boards/hal-4a-ensoniq.json @@ -50,7 +50,7 @@ } }, { - "uid": "agl-mic-capture-volume", + "uid": "agl-master-capture-volume", "alsa": { "name": "Capture Volume" } diff --git a/community-boards/hal-4a-jabra.json b/community-boards/hal-4a-jabra.json index d9879d4..a07d61d 100644 --- a/community-boards/hal-4a-jabra.json +++ b/community-boards/hal-4a-jabra.json @@ -50,7 +50,7 @@ } }, { - "uid": "agl-mic-capture-volume", + "uid": "agl-master-capture-volume", "alsa": { "name": "Mic Capture Volume" } -- cgit 1.2.3-korg