Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed May 26, 2017
2 parents 6a9905e + fe0dfd6 commit 7327a94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sound/soc/codecs/rt286.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
},

{ }
};
Expand Down

0 comments on commit 7327a94

Please sign in to comment.