Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus

This commit is contained in:
Mark Brown 2017-05-26 12:42:28 +01:00
commit 7327a946a3
1 changed files with 7 additions and 0 deletions

View File

@ -1108,6 +1108,13 @@ static const struct dmi_system_id force_combo_jack_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform")
}
},
{
.ident = "Thinkpad Helix 2nd",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Helix 2nd")
}
},
{ }
};