Comment "Speaker"
Value {
PlaybackPCM "hw:${CardId},1"
+ PlaybackPriority 200
}
EnableSequence [
cset "name='Spk Switch' on"
Comment "Headphones"
Value {
PlaybackPCM "hw:${CardId},0"
+ PlaybackPriority 300
PlaybackMixerElem "DAC1"
JackControl "Headphone Jack"
}
]
Value {
CapturePCM "hw:${CardId},2"
+ CapturePriority 200
}
EnableSequence [
cset "name='Dmic Mux' Front Mic"
]
Value {
CapturePCM "hw:${CardId},2"
+ CapturePriority 100
}
EnableSequence [
cset "name='Dmic Mux' Rear Mic"
Comment "Microphone"
Value {
CapturePCM "hw:${CardId},0"
+ CapturePriority 300
CaptureMixerElem "Headset Mic"
JackControl "Headset Mic Jack"
}
Comment "Internal Microphone"
Value {
CapturePCM "hw:${CardId},2"
+ CapturePriority 200
}
EnableSequence [
cset "name='Dmic Mux' Front Mic"
Comment "Microphone"
Value {
CapturePCM "hw:${CardId},0"
+ CapturePriority 300
CaptureMixerElem "Headset Mic"
JackControl "Headset Mic Jack"
}