ucm2: Qualcomm: Enable Headset Microphone on sm8750-mtp

Enable missing Headset Microphone on sm8750-mtp.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/750
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-20 16:21:15 +05:30 committed by Jaroslav Kysela
commit 125866c13b

View file

@ -63,3 +63,20 @@ SectionDevice."Mic" {
CapturePCM "hw:${CardId},3"
}
}
SectionDevice."Headset" {
Comment "Headset Microphone"
Include.wcdmice.File "/codecs/wcd939x/HeadphoneMicEnableSeq.conf"
Include.wcdmicd.File "/codecs/wcd939x/HeadphoneMicDisableSeq.conf"
Include.txmhpe.File "/codecs/qcom-lpass/tx-macro/SoundwireMic1EnableSeq.conf"
Include.txmhpd.File "/codecs/qcom-lpass/tx-macro/SoundwireMicDisableSeq.conf"
Value {
CapturePriority 200
CapturePCM "hw:${CardId},2"
CaptureMixerElem "ADC2"
JackControl "Mic Jack"
JackHWMute "Mic"
}
}