String "${CardComponents}"
Regex "USB(0955:cf0a)"
}
- True.Define {
- HeadphonesName "Front Line Out"
- Mic1Name "Front Microphone"
- Mic1Mindex "1"
- Mic1Jack "name='Mic - Input Jack',index=1"
- Mic2Name "Rear Microphone"
- Mic2Mixer "Mic"
- Mic2Jack "Mic - Input Jack"
- Mic2PCM "0"
- Line1Name "Rear Line Input"
- SpdifName ""
+ True {
+ Define {
+ HeadphonesName "Front Line Out"
+ Mic1Name "Front Microphone"
+ Mic1Mindex "1"
+ Mic1Jack "name='Mic - Input Jack',index=1"
+ Mic2Name "Rear Microphone"
+ Mic2Mixer "Mic"
+ Mic2Jack "Mic - Input Jack"
+ Mic2PCM "0"
+ Line1Name "Rear Line Input"
+ SpdifName ""
+ }
+
+ If.front_mic_jack {
+ Condition {
+ Type ControlExists
+ Control "iface=CARD,name='Front Mic - Input Jack'"
+ }
+ True.Define {
+ Mic1Mixer "Front Mic"
+ Mic1Mindex "0"
+ Mic1Jack "Front Mic - Input Jack"
+ }
+ }
}
}