From 88e1cd78633ea0ad46115ffe8779140fa91fd2f5 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Thu, 15 May 2025 15:14:53 +0200 Subject: [PATCH] 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 --- ucm2/Qualcomm/sm8650/QRD/HiFi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } -- 2.47.1