]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2: Qualcomm: sm8650: QRD: fix headset jack hw mute
authorJohan Hovold <johan+linaro@kernel.org>
Thu, 15 May 2025 13:14:53 +0000 (15:14 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 27 May 2025 08:08:34 +0000 (10:08 +0200)
A recent change renamed the internal microphone devices but failed to
update the headset jack hw mute properties that are still using the old
names.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/563
Fixes: ea7a065a7b50 ("ucm: fix SectionDevice identifiers")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/Qualcomm/sm8650/QRD/HiFi.conf

index 4336525fdeed7f86cbe40f90a3b9f0de113fc55c..ca40c293c462d363299ac596883fff6c260ffdc9 100644 (file)
@@ -77,8 +77,8 @@ SectionDevice."Headset" {
                CapturePCM "hw:${CardId},2"
                CaptureMixerElem "ADC2"
                JackControl "Mic Jack"
-               JackHWMute "Bottom"
-               JackHWMute "Back"
+               JackHWMute "Mic1"
+               JackHWMute "Mic2"
        }
 }