Skip to content

Commit

Permalink
rt715-sdca: use sensible capture gain value
Browse files Browse the repository at this point in the history
The value of 124 used for FU02 is way too much, it lead to instant
saturation. The 0dB value (47) is a much better initialization value.

BugLink: thesofproject/linux#3766
Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Jul 26, 2022
1 parent 3a6acaa commit 5a9ccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucm2/codecs/rt715-sdca/init.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BootSequence [
cset "name='rt714 ADC 22 Mux' 'DMIC3'"
cset "name='rt714 ADC 23 Mux' 'DMIC4'"
cset "name='rt714 FU02 Capture Switch' 1"
cset "name='rt714 FU02 Capture Volume' 124"
cset "name='rt714 FU02 Capture Volume' 47"
]

FixedBootSequence [
Expand Down

0 comments on commit 5a9ccba

Please sign in to comment.