From: Anton Bambura Date: Sat, 6 Apr 2024 21:16:40 +0000 (+0300) Subject: qcom: sdm845: MM1: use analog volume controls instead of X-Git-Tag: v1.2.12~14 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=796c87e8420d199992adadcf7c5c855fbfc8bbb9;p=alsa-ucm-conf.git qcom: sdm845: MM1: use analog volume controls instead of Besides the improvement by using analog volume control, it also makes volume levels normal instead of insanely high levels reached by this digital mixer. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/408 Signed-off-by: Anton Bambura Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/Qualcomm/sdm845/HiFi-MM1.conf b/ucm2/Qualcomm/sdm845/HiFi-MM1.conf index f477c7c..b85b7bd 100644 --- a/ucm2/Qualcomm/sdm845/HiFi-MM1.conf +++ b/ucm2/Qualcomm/sdm845/HiFi-MM1.conf @@ -40,7 +40,7 @@ SectionDevice."Speaker" { PlaybackPriority 100 PlaybackPCM "hw:${CardId},0" PlaybackMixer "default:${CardId}" - PlaybackMixerElem "Speaker Digital" + PlaybackMixerElem "Speaker" } } @@ -54,7 +54,7 @@ SectionDevice."Headphones" { PlaybackPriority 200 PlaybackPCM "hw:${CardId},2" PlaybackMixer "default:${CardId}" - PlaybackMixerElem "HP Digital" + PlaybackMixerElem "HP" } }