diff options
author | Mark Brown <broonie@kernel.org> | 2017-05-26 13:42:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-26 13:42:28 +0200 |
commit | 7327a946a3b921d60d48924d34ac99eae2fae57d (patch) | |
tree | be697d6a76c456bde1a87ed7fc0c221162fb10ee /sound | |
parent | Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/cirrus', 'asoc/fix... (diff) | |
parent | rt286: add Thinkpad Helix 2 to force_combo_jack_table (diff) | |
download | linux-7327a946a3b921d60d48924d34ac99eae2fae57d.tar.xz linux-7327a946a3b921d60d48924d34ac99eae2fae57d.zip |
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") + } + }, { } }; |