From 63f39650d3a3373910e90292f82dcafcd98acf9d Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Sun, 17 Sep 2023 16:25:52 -0400 Subject: [PATCH] jsl/sof-rt5682/storo: Fix Condition type --- jsl/sof-rt5682/sof-rt5682.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsl/sof-rt5682/sof-rt5682.conf b/jsl/sof-rt5682/sof-rt5682.conf index 0ec96fb..358f02a 100644 --- a/jsl/sof-rt5682/sof-rt5682.conf +++ b/jsl/sof-rt5682/sof-rt5682.conf @@ -67,7 +67,7 @@ If.magpie { If.storo { Condition { - Type Regex + Type RegexMatch Regex "^(Storo|Storo360)$" String "${sys:devices/virtual/dmi/id/product_name}" }