diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2019-09-10 03:19:11 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-11 23:06:22 +0000 |
commit | f7c7f376caefa9a788eee191220a4a424d0dad0c (patch) | |
tree | 3795d983b73ffc7aba498e8584683e7169cf455f /meta-agl-bsp | |
parent | 05ccb920fe45ff993ad8158b2e8ae5921c18f358 (diff) |
meta-agl-bsp/meta-rcar-gen3: Update asound.state to pipewire
pipewire is used default audio card volume. Current 50% of DVC Out
is laudy and 0% of DVC In is small.
Update 20% of DVC Out and 10% of DVC In for R-Car.
Bug-AGL: SPEC-2808
Change-Id: Iac572255977d6a0111026a6426081efb0edbf0aa
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/alsa-state/alsa-state/asound.state | 8 |
1 files changed, 4 insertions, 4 deletions
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 bcedf18a5..123539423 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 @@ -98,8 +98,8 @@ state.ak4613 { control.7 { iface MIXER name 'DVC Out Playback Volume' - value.0 4194304 - value.1 4194304 + value.0 1677721 + value.1 1677721 comment { access 'read write' type INTEGER @@ -220,8 +220,8 @@ state.ak4613 { control.14 { iface MIXER name 'DVC In Capture Volume' - value.0 0 - value.1 0 + value.0 838861 + value.1 838861 comment { access 'read write' type INTEGER |