diff options
Diffstat (limited to 'sound/soc/codecs/rt5670.c')
| -rw-r--r-- | sound/soc/codecs/rt5670.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c index 17d20b99f041..e27c5a4a0a15 100644 --- a/sound/soc/codecs/rt5670.c +++ b/sound/soc/codecs/rt5670.c | |||
| @@ -2835,6 +2835,27 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = { | |||
| 2835 | DMI_MATCH(DMI_PRODUCT_NAME, "Wyse 3040"), | 2835 | DMI_MATCH(DMI_PRODUCT_NAME, "Wyse 3040"), |
| 2836 | }, | 2836 | }, |
| 2837 | }, | 2837 | }, |
| 2838 | { | ||
| 2839 | .ident = "Lenovo Thinkpad Tablet 10", | ||
| 2840 | .matches = { | ||
| 2841 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
| 2842 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad 10"), | ||
| 2843 | }, | ||
| 2844 | }, | ||
| 2845 | { | ||
| 2846 | .ident = "Lenovo Thinkpad Tablet 10", | ||
| 2847 | .matches = { | ||
| 2848 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
| 2849 | DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Tablet B"), | ||
| 2850 | }, | ||
| 2851 | }, | ||
| 2852 | { | ||
| 2853 | .ident = "Lenovo Thinkpad Tablet 10", | ||
| 2854 | .matches = { | ||
| 2855 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
| 2856 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Miix 2 10"), | ||
| 2857 | }, | ||
| 2858 | }, | ||
| 2838 | {} | 2859 | {} |
| 2839 | }; | 2860 | }; |
| 2840 | 2861 | ||
