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