chromebook-ucm-conf/sof-rt5682/sof-rt5682.conf

62 lines
1009 B
Plaintext

Syntax 6
SectionUseCase."HiFi" {
File "HiFi.conf"
Comment "Default"
}
Include.platform.File "/platforms/intel-sof/platform.conf"
Include.codec.File "/platforms/intel-sof/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.max98390 {
Condition {
Type String
Empty "$${var:max98390}"
}
False.Include.max98390-init.File "/codecs/max98390/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"
}