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:
parent
e87085fdc0
commit
8a0239ce8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue