2023-05-20 22:06:04 +00:00
|
|
|
Syntax 6
|
|
|
|
|
2023-11-04 14:42:05 +00:00
|
|
|
SectionUseCase."HiFi" {
|
|
|
|
File "HiFi.conf"
|
|
|
|
Comment "Default"
|
2023-06-18 11:53:05 +00:00
|
|
|
}
|
|
|
|
|
2023-11-04 14:42:05 +00:00
|
|
|
If.rt5682s {
|
2023-06-18 11:53:05 +00:00
|
|
|
Condition {
|
|
|
|
Type String
|
2023-11-10 02:31:51 +00:00
|
|
|
Haystack "$${sys:bus/i2c/devices/i2c-RTL5682:00/modalias}"
|
2023-11-10 02:44:29 +00:00
|
|
|
Needle "acpi:RTL5682:"
|
2023-06-18 11:53:05 +00:00
|
|
|
}
|
2023-11-04 14:42:05 +00:00
|
|
|
True.Include.codec-init.File "/codecs/rt5682s/init.conf"
|
2023-06-18 11:53:05 +00:00
|
|
|
}
|
|
|
|
|
2023-11-04 14:42:05 +00:00
|
|
|
If.max98373 {
|
2023-06-18 11:53:05 +00:00
|
|
|
Condition {
|
|
|
|
Type String
|
2023-11-10 02:31:51 +00:00
|
|
|
Haystack "$${sys:bus/i2c/devices/i2c-MX98373:00/modalias}"
|
2023-11-10 02:44:29 +00:00
|
|
|
Needle "acpi:MX98373:"
|
2023-06-18 03:17:26 +00:00
|
|
|
}
|
2023-11-04 14:42:05 +00:00
|
|
|
True.Include.codec-init.File "/codecs/max98373/init.conf"
|
2023-05-20 22:06:04 +00:00
|
|
|
}
|