54 lines
851 B
Plaintext
54 lines
851 B
Plaintext
Syntax 6
|
|
|
|
SectionUseCase."HiFi" {
|
|
File "HiFi.conf"
|
|
Comment "Default"
|
|
}
|
|
|
|
Include.platform.File "/platforms/intel-sof/platform.conf"
|
|
Include.codec.File "codecs.conf"
|
|
|
|
# headphone codecs
|
|
|
|
If.rt5682 {
|
|
Condition {
|
|
Type String
|
|
Empty "$${var:rt5682}"
|
|
}
|
|
False.Include.rt5682-init.File "rt5682-init.conf"
|
|
}
|
|
|
|
If.rt5682s {
|
|
Condition {
|
|
Type String
|
|
Empty "$${var:rt5682s}"
|
|
}
|
|
False.Include.rt5682s-init.File "/codecs/rt5682s/init.conf"
|
|
}
|
|
|
|
# speaker amps
|
|
|
|
If.max98373 {
|
|
Condition {
|
|
Type String
|
|
Empty "$${var:max98373}"
|
|
}
|
|
False.Include.max98373-init.File "/codecs/max98373/init.conf"
|
|
}
|
|
|
|
If.rt1011 {
|
|
Condition {
|
|
Type String
|
|
Empty "$${var:rt1011}"
|
|
}
|
|
False.Include.rt1011-init.File "/codecs/rt1011/init.conf"
|
|
}
|
|
|
|
If.rt1015 {
|
|
Condition {
|
|
Type String
|
|
Empty "$${var:rt1015}"
|
|
}
|
|
False.Include.rt1015-init.File "/codecs/rt1015/init.conf"
|
|
}
|