sof-rt5682/platform: Support puff boards
parent
056536df35
commit
342193cfca
|
@ -2,9 +2,9 @@
|
|||
|
||||
If.cml {
|
||||
Condition {
|
||||
Type String
|
||||
String1 "$${sys:class/dmi/id/product_family}"
|
||||
String2 "Google_Hatch"
|
||||
Type RegexMatch
|
||||
Regex "^Google_(Hatch|Puff)$"
|
||||
String "$${sys:class/dmi/id/product_family}"
|
||||
}
|
||||
True {
|
||||
Define.max98357apcm 5
|
||||
|
|
Loading…
Reference in New Issue