Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-fix-rt5645
authorMark Brown <broonie@kernel.org>
Mon, 12 Oct 2015 17:09:27 +0000 (18:09 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 12 Oct 2015 17:09:27 +0000 (18:09 +0100)
sound/soc/codecs/rt5645.c

index aaf08cd306ad9f5b7b69316b7f73a9b3d6e9e353..69ff6db5a74644b1586aeeaaa60d26ecaead06a6 100644 (file)
@@ -3205,6 +3205,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"),
+               },
+       },
        { }
 };