25 lines
663 B
Plaintext
25 lines
663 B
Plaintext
# cs42l43 specific control settings
|
|
|
|
LibraryConfig.remap.Config {
|
|
ctl.default.map {
|
|
"name='cs42l43 Microphone Capture Switch'" {
|
|
"name='cs42l43 Decimator 3 Switch'".vindex.0 0
|
|
"name='cs42l43 Decimator 4 Switch'".vindex.1 0
|
|
}
|
|
"name='cs42l43 Microphone Capture Volume'" {
|
|
"name='cs42l43 Decimator 3 Volume'".vindex.0 0
|
|
"name='cs42l43 Decimator 4 Volume'".vindex.1 0
|
|
}
|
|
}
|
|
}
|
|
|
|
BootSequence [
|
|
cset "name='cs42l43 Decimator 3 Switch' 0"
|
|
cset "name='cs42l43 Decimator 4 Switch' 0"
|
|
]
|
|
|
|
Macro [
|
|
{ SetLED { LED="mic" Action="attach" CtlId="cs42l43 Decimator 3 Switch" } }
|
|
{ SetLED { LED="mic" Action="attach" CtlId="cs42l43 Decimator 4 Switch" } }
|
|
]
|