2023-05-27 12:21:38 +00:00
|
|
|
Syntax 6
|
|
|
|
|
2024-03-28 04:10:01 +00:00
|
|
|
SectionUseCase."HiFi" {
|
|
|
|
File "HiFi.conf"
|
|
|
|
Comment "Default"
|
2023-05-27 12:21:38 +00:00
|
|
|
}
|
2023-07-09 09:30:44 +00:00
|
|
|
|
2024-03-28 04:10:01 +00:00
|
|
|
Include.platform.File "/platforms/intel-sof/platform.conf"
|
2024-03-30 02:18:29 +00:00
|
|
|
Include.codec.File "/platforms/intel-sof/codecs.conf"
|
2024-03-28 04:10:01 +00:00
|
|
|
Include.codec-init.File "/codecs/nau8825/init.conf"
|
|
|
|
|
|
|
|
If.max98373 {
|
2023-07-09 09:30:44 +00:00
|
|
|
Condition {
|
|
|
|
Type String
|
2024-03-28 04:10:01 +00:00
|
|
|
Empty "$${var:max98373}"
|
2023-07-09 09:30:44 +00:00
|
|
|
}
|
2024-03-28 04:10:01 +00:00
|
|
|
False.Include.max98373-init.File "/codecs/max98373/init.conf"
|
2023-07-09 09:30:44 +00:00
|
|
|
}
|