diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-08-21 14:43:36 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-28 22:37:48 +0300 |
commit | 2ca426a24dd75e775ece1466ae45e019f0035b8d (patch) | |
tree | a8d1406193c5fb3ed549cdd5041b44516d21d6a8 /sound/soc/intel | |
parent | 818838e6bfa4ddc6c76703237028dcffb80d6496 (diff) | |
download | linux-2ca426a24dd75e775ece1466ae45e019f0035b8d.tar.xz |
ASoC: Intel: common: Add quirk for Thinkpad 8 tablet
The Thinkpad 8 tablet uses 10EC5640 as ACPI HID, but it has a rt5670 codec
add a quirk for this.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-byt-match.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-byt-match.c b/sound/soc/intel/common/soc-acpi-intel-byt-match.c index 4daa8a4f0c0c..097dc06377ba 100644 --- a/sound/soc/intel/common/soc-acpi-intel-byt-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-byt-match.c @@ -34,6 +34,13 @@ static const struct dmi_system_id byt_table[] = { .callback = byt_thinkpad10_quirk_cb, .matches = { DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad 8"), + }, + }, + { + .callback = byt_thinkpad10_quirk_cb, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad 10"), }, }, |