Skip to content

Commit 41bf155

Browse files
cwhuangkitakar5525
authored andcommitted
Surface3-OEMB: ASoC: fix DMI info being added in wrong place
I didn't realize I messed up the brackets. Many thanks to youling257 who pointed it out. Fixes: 18e2e857c576 ("ASoC: add quirk for Surface 3 with bad DMI table") === (Commit message from kitakar5525 <34676735+kitakar5525@users.noreply.github.com>) (am from http://git.osdn.net/view?p=android-x86/kernel.git;a=commit;h=066cc1de12be0ce8748bbd2863be0ace66327345) (Changed commit title from "ASoC: fix quirks of Surface 3") Fixes: fb3e7b5 ("Surface3-OEMB: ASoC: add quirk for Surface 3 with broken DMI table") Link to issue: linux-surface/linux-surface#127
1 parent 4a41ec6 commit 41bf155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/intel/common/soc-acpi-intel-cht-match.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ static const struct dmi_system_id cht_table[] = {
2626
DMI_MATCH(DMI_SYS_VENDOR, "Microsoft Corporation"),
2727
DMI_MATCH(DMI_PRODUCT_NAME, "Surface 3"),
2828
},
29+
},
30+
{
2931
.callback = cht_surface_quirk_cb,
3032
.matches = {
3133
DMI_MATCH(DMI_BIOS_VENDOR, "American Megatrends Inc."),

0 commit comments

Comments
 (0)