From 40d37f4642dcec45055133f929cb341fefd85dc7 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Mon, 15 Jan 2024 11:55:06 +0100 Subject: [PATCH] ucm2: Qualcomm: Lenovo-X13s: reduce default headphones volume Reduce the default heaphones volume to something more reasonable as the current setting (0 dB) can be quite loud. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/382 Signed-off-by: Johan Hovold Signed-off-by: Jaroslav Kysela --- ucm2/Qualcomm/sc8280xp/LENOVO-X13s.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucm2/Qualcomm/sc8280xp/LENOVO-X13s.conf b/ucm2/Qualcomm/sc8280xp/LENOVO-X13s.conf index c01fb4c..46e7cb7 100644 --- a/ucm2/Qualcomm/sc8280xp/LENOVO-X13s.conf +++ b/ucm2/Qualcomm/sc8280xp/LENOVO-X13s.conf @@ -8,8 +8,8 @@ SectionUseCase."HiFi" { BootSequence [ cset "name='SpkrLeft PA Volume' 12" cset "name='SpkrRight PA Volume' 12" - cset "name='HPHL Volume' 20" - cset "name='HPHR Volume' 20" + cset "name='HPHL Volume' 10" + cset "name='HPHR Volume' 10" cset "name='ADC2 Volume' 10" ] -- 2.47.1