From: Johan Hovold Date: Thu, 15 May 2025 13:14:53 +0000 (+0200) Subject: ucm2: Qualcomm: sm8650: QRD: fix headset jack hw mute X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=88e1cd78633ea0ad46115ffe8779140fa91fd2f5;p=alsa-ucm-conf.git ucm2: Qualcomm: sm8650: QRD: fix headset jack hw mute 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 Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/Qualcomm/sm8650/QRD/HiFi.conf b/ucm2/Qualcomm/sm8650/QRD/HiFi.conf index 4336525..ca40c29 100644 --- a/ucm2/Qualcomm/sm8650/QRD/HiFi.conf +++ b/ucm2/Qualcomm/sm8650/QRD/HiFi.conf @@ -77,8 +77,8 @@ SectionDevice."Headset" { CapturePCM "hw:${CardId},2" CaptureMixerElem "ADC2" JackControl "Mic Jack" - JackHWMute "Bottom" - JackHWMute "Back" + JackHWMute "Mic1" + JackHWMute "Mic2" } }