alsa-ucm-conf/ucm2/Qualcomm/sm8750/MTP/HiFi.conf
Mohammad Rafi Shaik 125866c13b 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>
2026-05-04 11:15:16 +02:00

82 lines
2.3 KiB
Text

SectionVerb {
EnableSequence [
cset "name='RX_CODEC_DMA_RX_0 Audio Mixer MultiMedia1' 1"
cset "name='WSA_CODEC_DMA_RX_0 Audio Mixer MultiMedia2' 1"
cset "name='MultiMedia3 Mixer TX_CODEC_DMA_TX_3' 1"
cset "name='MultiMedia4 Mixer VA_CODEC_DMA_TX_0' 1"
]
Include.wcde.File "/codecs/wcd939x/DefaultEnableSeq.conf"
Include.wsae.File "/codecs/wsa883x/DefaultEnableSeq.conf"
Value {
TQ "HiFi"
}
}
SectionDevice."Speaker" {
Comment "Speaker playback"
Include.wcdspk1e.File "/codecs/qcom-lpass/wsa-macro/SpeakerEnableSeq.conf"
Include.wcdspk1d.File "/codecs/qcom-lpass/wsa-macro/SpeakerDisableSeq.conf"
Include.wsaspke.File "/codecs/wsa883x/SpeakerEnableSeq.conf"
Include.wsaspkd.File "/codecs/wsa883x/SpeakerDisableSeq.conf"
Value {
PlaybackChannels 2
PlaybackPriority 100
PlaybackPCM "hw:${CardId},1"
PlaybackMixer "default:${CardId}"
}
}
SectionDevice."Headphones" {
Comment "Headphones playback"
Include.wcdhpe.File "/codecs/wcd939x/HeadphoneEnableSeq.conf"
Include.wcdhpd.File "/codecs/wcd939x/HeadphoneDisableSeq.conf"
Include.rxmhpe.File "/codecs/qcom-lpass/rx-macro/HeadphoneEnableSeq.conf"
Include.rxmhpd.File "/codecs/qcom-lpass/rx-macro/HeadphoneDisableSeq.conf"
Value {
PlaybackChannels 2
PlaybackPriority 200
PlaybackPCM "hw:${CardId},0"
PlaybackMixer "default:${CardId}"
PlaybackMixerElem "HP Digital"
JackControl "Headphone Jack"
JackHWMute "Speaker"
}
}
SectionDevice."Mic" {
Comment "Internal microphones"
Include.vadm0e.File "/codecs/qcom-lpass/va-macro/DMIC0EnableSeq.conf"
Include.vadm0d.File "/codecs/qcom-lpass/va-macro/DMIC0DisableSeq.conf"
Include.vadm1e.File "/codecs/qcom-lpass/va-macro/DMIC1EnableSeq.conf"
Include.vadm1d.File "/codecs/qcom-lpass/va-macro/DMIC1DisableSeq.conf"
Value {
CapturePriority 100
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"
}
}