From 78eb8315eeba3547647c340a6d72529664f725fa Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 29 May 2018 15:41:55 -0400 Subject: meta-agl-bsp/meta-rcar-gen3: Correct asound.state With current BSPs we need to specify a different card name. Furthermore the old DVC Out value is now too large and needs to be reduced by a factor of 10, and the default volumes increased slightly instead. Change-Id: I3cd30054ab569e47e4cb2b0aa479a437e2f03458 Bug-AGL: SPEC-1481 Signed-off-by: Tom Rini --- .../recipes-bsp/alsa-state/alsa-state/asound.state | 54 +++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'meta-agl-bsp') diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/alsa-state/alsa-state/asound.state b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/alsa-state/alsa-state/asound.state index 059107a85..1bf98f47f 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/alsa-state/alsa-state/asound.state +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/alsa-state/alsa-state/asound.state @@ -1,9 +1,9 @@ -state.rsnddai0ak4613h { +state.ak4613 { control.1 { iface MIXER name 'Digital Playback Volume1' - value.0 204 - value.1 204 + value.0 216 + value.1 216 comment { access 'read write' type INTEGER @@ -11,15 +11,15 @@ state.rsnddai0ak4613h { range '0 - 255' dbmin -9999999 dbmax 0 - dbvalue.0 -2550 - dbvalue.1 -2550 + dbvalue.0 -1950 + dbvalue.1 -1950 } } control.2 { iface MIXER name 'Digital Playback Volume2' - value.0 204 - value.1 204 + value.0 216 + value.1 216 comment { access 'read write' type INTEGER @@ -27,15 +27,15 @@ state.rsnddai0ak4613h { range '0 - 255' dbmin -9999999 dbmax 0 - dbvalue.0 -2550 - dbvalue.1 -2550 + dbvalue.0 -1950 + dbvalue.1 -1950 } } control.3 { iface MIXER name 'Digital Playback Volume3' - value.0 204 - value.1 204 + value.0 216 + value.1 216 comment { access 'read write' type INTEGER @@ -43,15 +43,15 @@ state.rsnddai0ak4613h { range '0 - 255' dbmin -9999999 dbmax 0 - dbvalue.0 -2550 - dbvalue.1 -2550 + dbvalue.0 -1950 + dbvalue.1 -1950 } } control.4 { iface MIXER name 'Digital Playback Volume4' - value.0 204 - value.1 204 + value.0 216 + value.1 216 comment { access 'read write' type INTEGER @@ -59,15 +59,15 @@ state.rsnddai0ak4613h { range '0 - 255' dbmin -9999999 dbmax 0 - dbvalue.0 -2550 - dbvalue.1 -2550 + dbvalue.0 -1950 + dbvalue.1 -1950 } } control.5 { iface MIXER name 'Digital Playback Volume5' - value.0 204 - value.1 204 + value.0 216 + value.1 216 comment { access 'read write' type INTEGER @@ -75,15 +75,15 @@ state.rsnddai0ak4613h { range '0 - 255' dbmin -9999999 dbmax 0 - dbvalue.0 -2550 - dbvalue.1 -2550 + dbvalue.0 -1950 + dbvalue.1 -1950 } } control.6 { iface MIXER name 'Digital Playback Volume6' - value.0 204 - value.1 204 + value.0 216 + value.1 216 comment { access 'read write' type INTEGER @@ -91,15 +91,15 @@ state.rsnddai0ak4613h { range '0 - 255' dbmin -9999999 dbmax 0 - dbvalue.0 -2550 - dbvalue.1 -2550 + dbvalue.0 -1950 + dbvalue.1 -1950 } } control.7 { iface MIXER name 'DVC Out Playback Volume' - value.0 4194304 - value.1 4194304 + value.0 419389 + value.1 419389 comment { access 'read write' type INTEGER -- cgit 1.2.3-korg