ucm2: Qualcomm: Fix headphone mic mute setting on qcm6490-idp

Fix internal mic mute handling by selecting Mic1 to mute the
internal mic when the headphone microphone is enabled.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/746
Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Mohammad Rafi Shaik 2026-04-15 16:37:44 +05:30 committed by Jaroslav Kysela
commit 8a0239ce8c

View file

@ -72,6 +72,6 @@ SectionDevice."Mic2" {
CapturePCM "hw:${CardId},3" CapturePCM "hw:${CardId},3"
CaptureMixerElem "ADC2" CaptureMixerElem "ADC2"
JackControl "Mic Jack" JackControl "Mic Jack"
JackHWMute "DMic01" JackHWMute "Mic1"
} }
} }