tgl: spell acpi properly
parent
0111d8012c
commit
f480b9982a
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue