summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-05-26 12:42:28 +0100
committerMark Brown <broonie@kernel.org>2017-05-26 12:42:28 +0100
commit7327a946a3b921d60d48924d34ac99eae2fae57d (patch)
treebe697d6a76c456bde1a87ed7fc0c221162fb10ee /sound
parent6a9905e52c15bc44c791700ba58f2c2d3551363f (diff)
parentfe0dfd6358a17c79bd7d6996af7512ba452a7059 (diff)
Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/rt286.c7
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[] = {
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")
+ }
+ },
{ }
};