From 718526934b110161e56efcfd81a78e7f48f84156 Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Wed, 6 Jul 2022 21:32:30 +0300 Subject: [PATCH] tegra: max98090: disable all inputs and outputs in enable sequence Fixes: https://github.com/alsa-project/alsa-ucm-conf/pull/173 Signed-off-by: Anton Bambura Signed-off-by: Jaroslav Kysela --- ucm2/Tegra/max98090/HiFi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm2/Tegra/max98090/HiFi.conf b/ucm2/Tegra/max98090/HiFi.conf index 6346bd8..3a74da8 100644 --- a/ucm2/Tegra/max98090/HiFi.conf +++ b/ucm2/Tegra/max98090/HiFi.conf @@ -17,7 +17,7 @@ SectionVerb { cset "name='MIC2 Volume' 10" cset "name='MIC2 Boost Volume' 0" cset "name='Mic Jack Switch' off" - cset "name='Int Mic Switch' on" + cset "name='Int Mic Switch' off" cset "name='ADCR Boost Volume' 4" cset "name='ADCL Boost Volume' 4" cset "name='ADCR Volume' 11" @@ -33,7 +33,7 @@ SectionVerb { cset "name='Headphones Switch' off" cset "name='Speaker Left Switch' on" cset "name='Speaker Right Switch' on" - cset "name='Speakers Switch' on" + cset "name='Speakers Switch' off" ] } -- 2.47.1