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 {
|
||||
Type String
|
||||
Haystack "${sys:devices/virtual/dmi/id/product_name}"
|
||||
Needle "Storo360"
|
||||
Type Regex
|
||||
Regex "^(Storo|Storo360)$"
|
||||
String "${sys:devices/virtual/dmi/id/product_name}"
|
||||
}
|
||||
True {
|
||||
If.rt1015p_2mic {
|
||||
|
|
Loading…
Reference in New Issue