diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-14 22:55:04 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-14 22:55:04 +0100 |
commit | 56ac4fe013850d10966f35e8eff8e4b0cbfdfb60 (patch) | |
tree | 1c48db456567d461d80000ef9ddd4a46e13e39cd | |
parent | 265d86db7def5605268add40de36f174888d3df6 (diff) |
Change the control name to be the same everywheresandbox/sdesneux/with-configs
Controls names should be normalized to be the same in every HAL.
Change-Id: I6205cb7dffef3833781ff99c38077b7b15e85dbf
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | 4a-hal-cfg-community/hal-4a-2ch-generic-usb.json | 2 | ||||
-rw-r--r-- | 4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json | 4 | ||||
-rw-r--r-- | 4a-hal-cfg-community/hal-4a-ensoniq.json | 2 | ||||
-rw-r--r-- | 4a-hal-cfg-community/hal-4a-jabra.json | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/4a-hal-cfg-community/hal-4a-2ch-generic-usb.json b/4a-hal-cfg-community/hal-4a-2ch-generic-usb.json index efc59e3..311c5d7 100644 --- a/4a-hal-cfg-community/hal-4a-2ch-generic-usb.json +++ b/4a-hal-cfg-community/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/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json b/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json index 09bfcfa..57cfc27 100644 --- a/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json +++ b/4a-hal-cfg-community/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/4a-hal-cfg-community/hal-4a-ensoniq.json b/4a-hal-cfg-community/hal-4a-ensoniq.json index 7d1dc80..01b27f5 100644 --- a/4a-hal-cfg-community/hal-4a-ensoniq.json +++ b/4a-hal-cfg-community/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/4a-hal-cfg-community/hal-4a-jabra.json b/4a-hal-cfg-community/hal-4a-jabra.json index d9879d4..a07d61d 100644 --- a/4a-hal-cfg-community/hal-4a-jabra.json +++ b/4a-hal-cfg-community/hal-4a-jabra.json @@ -50,7 +50,7 @@ } }, { - "uid": "agl-mic-capture-volume", + "uid": "agl-master-capture-volume", "alsa": { "name": "Mic Capture Volume" } |