sof-rt5682/platform: use correct brackets for True
parent
ab0e51f550
commit
ede803e1fe
|
@ -6,10 +6,10 @@ If.cml {
|
|||
String1 "${sys:class/dmi/id/product_family}"
|
||||
String2 "Google_Hatch"
|
||||
}
|
||||
True [
|
||||
True {
|
||||
Define.cml y
|
||||
Define.dmicpcm 1
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
If.tgl {
|
||||
|
@ -18,10 +18,10 @@ If.tgl {
|
|||
String1 "${sys:class/dmi/id/product_family}"
|
||||
String2 "Google_Volteer"
|
||||
}
|
||||
True [
|
||||
True {
|
||||
Define.tgl y
|
||||
Define.dmicpcm 99
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
If.jsl {
|
||||
|
@ -30,10 +30,10 @@ If.jsl {
|
|||
String1 "${sys:class/dmi/id/product_family}"
|
||||
String2 "Google_Dedede"
|
||||
}
|
||||
True [
|
||||
True {
|
||||
Define.jsl y
|
||||
Define.dmicpcm 5
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
If.adl {
|
||||
|
@ -42,8 +42,8 @@ If.adl {
|
|||
Regex "^Google_(Brya|Brask|Nissa)$"
|
||||
String "${sys:class/dmi/id/product_family}"
|
||||
}
|
||||
True [
|
||||
True {
|
||||
Define.adl y
|
||||
Define.dmicpcm 99
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue