diff --git a/sof-rt5682/platform.conf b/sof-rt5682/platform.conf index f20e214..562ea9f 100644 --- a/sof-rt5682/platform.conf +++ b/sof-rt5682/platform.conf @@ -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 - ] + } }