diff options
author | Mark Brown <broonie@kernel.org> | 2017-05-26 07:42:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-26 07:42:28 -0400 |
commit | 7327a946a3b921d60d48924d34ac99eae2fae57d (patch) | |
tree | be697d6a76c456bde1a87ed7fc0c221162fb10ee | |
parent | 6a9905e52c15bc44c791700ba58f2c2d3551363f (diff) | |
parent | fe0dfd6358a17c79bd7d6996af7512ba452a7059 (diff) |
Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus
-rw-r--r-- | sound/soc/codecs/rt286.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index 9c365a7f758d..7899a2cdeb42 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c | |||
@@ -1108,6 +1108,13 @@ static const struct dmi_system_id force_combo_jack_table[] = { | |||
1108 | DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform") | 1108 | DMI_MATCH(DMI_PRODUCT_NAME, "Kabylake Client platform") |
1109 | } | 1109 | } |
1110 | }, | 1110 | }, |
1111 | { | ||
1112 | .ident = "Thinkpad Helix 2nd", | ||
1113 | .matches = { | ||
1114 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
1115 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Helix 2nd") | ||
1116 | } | ||
1117 | }, | ||
1111 | 1118 | ||
1112 | { } | 1119 | { } |
1113 | }; | 1120 | }; |