From 39420b066a927833809265d2e448da5a8f8ec125 Mon Sep 17 00:00:00 2001 From: Srinivas Kandagatla Date: Tue, 18 Jul 2023 12:54:12 +0100 Subject: [PATCH] ucm2: codecs: lpass-wsa: use set Digital gain at 0dB For some reason we ended up with a Digital gain below 0dB, resulting in a very low speaker volume. Fix this to 0dB and let Analog gain control speakers volume. Signed-off-by: Srinivas Kandagatla --- ucm2/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm2/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf b/ucm2/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf index 618bab45..8b2116e3 100644 --- a/ucm2/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf +++ b/ucm2/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf @@ -5,6 +5,6 @@ EnableSequence [ cset "name='WSA_RX1 INP0' RX1" cset "name='WSA_COMP1 Switch' 1" cset "name='WSA_COMP2 Switch' 1" - cset "name='WSA_RX0 Digital Volume' 68" - cset "name='WSA_RX1 Digital Volume' 68" + cset "name='WSA_RX0 Digital Volume' 84" + cset "name='WSA_RX1 Digital Volume' 84" ]