jsl/sof-rt5682: Support both Storo and Storo360
DMI product name is Storo on stock firmware but Storo360 on full romcommon-codecs
parent
13247f3592
commit
9536aaadf0
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue