]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
cht-bsw-rt5672: Boost ADC volume a bit
authorHans de Goede <hdegoede@redhat.com>
Sun, 28 Jun 2020 17:44:20 +0000 (19:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 28 Jun 2020 20:02:33 +0000 (22:02 +0200)
Both the DMICs and the headset mic are quite soft, even with the 20 dB
IN1 boost we already congfigure for the headset.

This commit sets the ADC Boost gain (range 0-3) to 1 = 12 dB, which makes
the volume a lot better. The next step of the ADC Boost gain setting is
24 dB which is a bit too much.

This has been tested with both the builtin DMIC and with a headset mic
on the following devices:

Lenovo Miix 2 10
Lenovo Thinkpad 8
Lenovo Thinkpad 10 (gen 1)

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/codecs/rt5672/EnableSeq.conf

index a19a98291b8c6164e0e253862e854ebfe9db7cce..ddfb1c7b6c720409fb3b8932e790867a5e8bd016 100644 (file)
@@ -30,6 +30,11 @@ EnableSequence [
        cset "name='ADC Capture Volume' 47"
        cset "name='ADC Capture Switch' on"
 
+       # Both the DMICs and the headset mic (even with the 20 dB boost below)
+       # are quite soft, set the ADC Boost gain (range 0-3) to 1 = 12 dB the
+       # next step is 24 dB which is a bit too much
+       cset "name='STO1 ADC Boost Gain Volume' 1"
+
        # Headset mic is quite soft, boost it a bit, 1 = 20dB which is the first
        # available boost step
        cset "name='IN1 Boost Volume' 1"