diff --git a/tgl/sof-rt5682/HiFi.conf b/tgl/sof-rt5682/HiFi.conf index c742ddd..54a34e6 100644 --- a/tgl/sof-rt5682/HiFi.conf +++ b/tgl/sof-rt5682/HiFi.conf @@ -2,7 +2,7 @@ If.rt5682s { Condition { Type String Haystack "$${sys:bus/i2c/devices/i2c-RTL5682:00/modalias}" - Needle "apci:RTL5682:" + Needle "acpi:RTL5682:" } True.Include.headset.File "/codecs/rt5682s/headset.conf" } @@ -11,7 +11,7 @@ If.max98373 { Condition { Type String Haystack "$${sys:bus/i2c/devices/i2c-MX98373:00/modalias}" - Needle "apci:MX98373:" + Needle "acpi:MX98373:" } True.Include.speaker.File "/codecs/max98373/speaker.conf" } diff --git a/tgl/sof-rt5682/sof-rt5682.conf b/tgl/sof-rt5682/sof-rt5682.conf index d7dcc97..558f6ec 100644 --- a/tgl/sof-rt5682/sof-rt5682.conf +++ b/tgl/sof-rt5682/sof-rt5682.conf @@ -9,7 +9,7 @@ If.rt5682s { Condition { Type String Haystack "$${sys:bus/i2c/devices/i2c-RTL5682:00/modalias}" - Needle "apci:RTL5682:" + Needle "acpi:RTL5682:" } True.Include.codec-init.File "/codecs/rt5682s/init.conf" } @@ -18,7 +18,7 @@ If.max98373 { Condition { Type String Haystack "$${sys:bus/i2c/devices/i2c-MX98373:00/modalias}" - Needle "apci:MX98373:" + Needle "acpi:MX98373:" } True.Include.codec-init.File "/codecs/max98373/init.conf" }