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:
parent
92c62d8ec7
commit
125866c13b
1 changed files with 17 additions and 0 deletions
|
|
@ -63,3 +63,20 @@ SectionDevice."Mic" {
|
||||||
CapturePCM "hw:${CardId},3"
|
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue