diff --git a/ucm2/Qualcomm/sm8750/MTP/HiFi.conf b/ucm2/Qualcomm/sm8750/MTP/HiFi.conf index 929c324..cdaf245 100644 --- a/ucm2/Qualcomm/sm8750/MTP/HiFi.conf +++ b/ucm2/Qualcomm/sm8750/MTP/HiFi.conf @@ -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" + } +}