]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Qualcomm: Lenovo-X13s: reduce default headphones volume further
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 22 Jan 2024 10:02:42 +0000 (11:02 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 23 Jan 2024 10:17:51 +0000 (11:17 +0100)
A recent change reduced the default headphones volume from setting 20
(0 dB) to 10 (-15 dB) but also this setting can be quite loud and cause
distortion with some headphones.

Reduce the default volume further to setting 2 (-27 dB), which results
in more comfortable volume levels with such headphones.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/387
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/sc8280xp/LENOVO-X13s.conf

index 46e7cb711ddde9310fadee46230c1fe98b9d5d50..de6d9c6cb59fe83e2ab98392275dfbeb80f9f78f 100644 (file)
@@ -8,8 +8,8 @@ SectionUseCase."HiFi" {
 BootSequence [
        cset "name='SpkrLeft PA Volume' 12"
        cset "name='SpkrRight PA Volume' 12"
-       cset "name='HPHL Volume' 10"
-       cset "name='HPHR Volume' 10"
+       cset "name='HPHL Volume' 2"
+       cset "name='HPHR Volume' 2"
        cset "name='ADC2 Volume' 10"
 ]