tgl: spell acpi properly

common-codecs
WeirdTreeThing 2023-11-09 21:44:29 -05:00
parent 0111d8012c
commit f480b9982a
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
2 changed files with 4 additions and 4 deletions

View File

@ -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"
}

View File

@ -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"
}