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

53 lines
792 B
Plaintext
Raw Normal View History

2023-11-11 18:06:45 +00:00
Syntax 6
SectionUseCase."HiFi" {
File "HiFi.conf"
Comment "Default"
}
2023-11-11 18:21:16 +00:00
Include.codec.File "codecs.conf"
2023-11-11 18:06:45 +00:00
# headphone codecs
If.rt5682 {
Condition {
Type String
2023-11-11 18:21:16 +00:00
Empty "$${var:rt5682}"
2023-11-11 18:06:45 +00:00
}
False.Include.rt5682-init.File "rt5682-init.conf"
}
If.rt5682s {
Condition {
Type String
2023-11-11 18:21:16 +00:00
Empty "$${var:rt5682s}"
2023-11-11 18:06:45 +00:00
}
False.Include.rt5682s-init.File "/codecs/rt5682s/init.conf"
}
# speaker amps
If.max98373 {
Condition {
Type String
2023-11-11 18:21:16 +00:00
Empty "$${var:max98373}"
2023-11-11 18:06:45 +00:00
}
False.Include.max98373-init.File "/codecs/max98373/init.conf"
}
If.rt1011 {
Condition {
Type String
2023-11-11 18:21:16 +00:00
Empty "$${var:rt1011}"
2023-11-11 18:06:45 +00:00
}
False.Include.rt1011-init.File "/codecs/rt1011/init.conf"
}
If.rt1015 {
Condition {
Type String
2023-11-11 18:21:16 +00:00
Empty "$${var:rt1015}"
2023-11-11 18:06:45 +00:00
}
False.Include.rt1015-init.File "/codecs/rt1015/init.conf"
}