From 04b44fe6a0c6f3ebde00f92b5ccae67b648d5b9d Mon Sep 17 00:00:00 2001 From: Francesco Dolcini Date: Tue, 18 Oct 2022 09:04:05 +0200 Subject: alsa-state: apalis-imx6: Set mixer volume levels to default Set mixer audio level to default, this prevents audio distortions and fixes our automated test execution. Related-to: ELB-4829 Fixes: 5f920cd5b4b2 ("alsa-state:apalis-imx6: fix sound device name in asound.conf/asound.state") Signed-off-by: Francesco Dolcini (cherry picked from commit 9f9bd44f739697448a03c19534fa079e6445377f) --- .../alsa-state/alsa-state/apalis-imx6/asound.state | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-bsp/alsa-state/alsa-state/apalis-imx6/asound.state b/recipes-bsp/alsa-state/alsa-state/apalis-imx6/asound.state index a9e6ddb..fb2cb26 100644 --- a/recipes-bsp/alsa-state/alsa-state/apalis-imx6/asound.state +++ b/recipes-bsp/alsa-state/alsa-state/apalis-imx6/asound.state @@ -2,8 +2,8 @@ state.imx6qapalissgtl { control.1 { iface MIXER name 'PCM Playback Volume' - value.0 192 - value.1 192 + value.0 144 + value.1 144 comment { access 'read write' type INTEGER @@ -14,8 +14,8 @@ state.imx6qapalissgtl { control.2 { iface MIXER name 'Capture Volume' - value.0 0 - value.1 0 + value.0 12 + value.1 12 comment { access 'read write' type INTEGER @@ -46,7 +46,7 @@ state.imx6qapalissgtl { control.5 { iface MIXER name 'Capture Switch' - value false + value true comment { access 'read write' type BOOLEAN @@ -56,8 +56,8 @@ state.imx6qapalissgtl { control.6 { iface MIXER name 'Headphone Playback Volume' - value.0 103 - value.1 103 + value.0 63 + value.1 63 comment { access 'read write' type INTEGER @@ -72,7 +72,7 @@ state.imx6qapalissgtl { control.7 { iface MIXER name 'Headphone Playback Switch' - value false + value true comment { access 'read write' type BOOLEAN -- cgit v1.2.3