/usr/share/alsa/ucm2/bytcr-rt5651
Edit: /usr/share/alsa/ucm2/bytcr-rt5651/HiFi-Components.conf (1206B)
If.spk {
Condition {
Type String
Haystack "${CardComponents}"
Needle "cfg-spk:2"
}
True {
}
}
If.mono {
Condition {
Type String
Haystack "${CardComponents}"
Needle "cfg-spk:1"
}
True {
}
}
If.headphones {
Condition {
Type String
Haystack "${CardComponents}"
Needle "cfg-hp:lrswap"
}
True {
}
False {
}
}
If.dmic1 {
Condition {
Type String
Haystack "${CardComponents}"
Needle "cfg-mic:dmic1"
}
True {
SectionDevice."Mic".ConflictingDevice.0 "Headset"
}
False {
}
}
If.in1 {
Condition {
Type String
Haystack "${CardComponents}"
Needle "cfg-mic:in1"
}
True {
}
}
If.in2 {
Condition {
Type String
Haystack "${CardComponents}"
Needle "cfg-mic:in2"
}
True {
}
}
If.in12 {
Condition {
Type String
Haystack "${CardComponents}"
Needle "cfg-mic:in12"
}
True {
}
}