Skip to content

Commit

Permalink
ucm2: codecs: lpass-wsa: use set Digital gain at 0dB
Browse files Browse the repository at this point in the history
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 <srinivas.kandagatla@linaro.org>
  • Loading branch information
Srinivas-Kandagatla committed Jul 18, 2023
1 parent 61e0ac5 commit 39420b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ucm2/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

0 comments on commit 39420b0

Please sign in to comment.