jsl/sof-rt5682: Support both Storo and Storo360

DMI product name is Storo on stock firmware but Storo360 on full rom
common-codecs
WeirdTreeThing 2023-09-17 16:07:25 -04:00
parent 13247f3592
commit 9536aaadf0
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
1 changed files with 4 additions and 4 deletions

View File

@ -65,11 +65,11 @@ If.magpie {
} }
} }
If.storo360 { If.storo {
Condition { Condition {
Type String Type Regex
Haystack "${sys:devices/virtual/dmi/id/product_name}" Regex "^(Storo|Storo360)$"
Needle "Storo360" String "${sys:devices/virtual/dmi/id/product_name}"
} }
True { True {
If.rt1015p_2mic { If.rt1015p_2mic {