summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-10-18 09:04:05 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-27 13:17:52 +0200
commit04b44fe6a0c6f3ebde00f92b5ccae67b648d5b9d (patch)
treecb98c3815bee442c70f8a4a9ea1f165fca21954b
parent2bc3375704eb876466b56cbd5d98bbd9a7ebca81 (diff)
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 <francesco.dolcini@toradex.com> (cherry picked from commit 9f9bd44f739697448a03c19534fa079e6445377f)
-rw-r--r--recipes-bsp/alsa-state/alsa-state/apalis-imx6/asound.state16
1 files 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