sof-rt5682/platform: use correct brackets for True

common-codecs
WeirdTreeThing 2023-11-14 16:07:27 -05:00
parent ab0e51f550
commit ede803e1fe
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
1 changed files with 8 additions and 8 deletions

View File

@ -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
]
}
}