From 796c87e8420d199992adadcf7c5c855fbfc8bbb9 Mon Sep 17 00:00:00 2001 From: Anton Bambura Date: Sun, 7 Apr 2024 00:16:40 +0300 Subject: [PATCH] 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 --- ucm2/Qualcomm/sdm845/HiFi-MM1.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } -- 2.47.1