diff options
author | Mark Brown <broonie@kernel.org> | 2017-05-26 14:42:28 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-26 14:42:28 +0300 |
commit | 7327a946a3b921d60d48924d34ac99eae2fae57d (patch) | |
tree | be697d6a76c456bde1a87ed7fc0c221162fb10ee /sound | |
parent | 6a9905e52c15bc44c791700ba58f2c2d3551363f (diff) | |
parent | fe0dfd6358a17c79bd7d6996af7512ba452a7059 (diff) | |
download | linux-7327a946a3b921d60d48924d34ac99eae2fae57d.tar.xz |
Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linus
Diffstat (limited to 'sound')
-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[] = { 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") + } + }, { } }; |