ASoC: rt5645: Add platform-data for Lenovo Ideapad Mixx 320
authorHans de Goede <hdegoede@redhat.com>
Sat, 28 Apr 2018 20:25:03 +0000 (22:25 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 11 May 2018 02:26:58 +0000 (11:26 +0900)
The Lenovo Ideapad Mixx 320 has a digital mic connected to DMIC2
add a DMI based quirk pointing to the intel_braswell_platform_data
for devices with a mic on DMIC2.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5645.c

index 70f351c..7123845 100644 (file)
@@ -3749,6 +3749,15 @@ static const struct dmi_system_id dmi_platform_data[] = {
                },
                .driver_data = (void *)&lenovo_ideapad_miix_310_pdata,
        },
+       {
+               .ident = "Lenovo Ideapad Miix 320",
+               .matches = {
+                 DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+                 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "80XF"),
+                 DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo MIIX 320-10ICR"),
+               },
+               .driver_data = (void *)&intel_braswell_platform_data,
+       },
        { }
 };