Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorMark Brown <broonie@kernel.org>
Mon, 14 Sep 2015 18:53:39 +0000 (19:53 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 14 Sep 2015 18:53:39 +0000 (19:53 +0100)
sound/soc/codecs/rt5645.c

index 595ace9..dbc1d76 100644 (file)
@@ -3199,6 +3199,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
                },
        },
+       {
+               .ident = "Google Ultima",
+               .callback = strago_quirk_cb,
+               .matches = {
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
+               },
+       },
        { }
 };