]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
qcom: sdm845: MM1: use analog volume controls instead of
authorAnton Bambura <jenneron@protonmail.com>
Sat, 6 Apr 2024 21:16:40 +0000 (00:16 +0300)
committerJaroslav Kysela <perex@perex.cz>
Mon, 22 Apr 2024 14:47:41 +0000 (16:47 +0200)
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 <jenneron@postmarketos.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/sdm845/HiFi-MM1.conf

index f477c7cec6b86df588446c4f41ab7a5a44bec21a..b85b7bdf0d5ed3bfc36772e5a97ce988961a0b4f 100644 (file)
@@ -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"
        }
 }