Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-fix-rt5645
[deliverable/linux.git] / 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"),
+               },
+       },
        { }
 };
 
This page took 0.025702 seconds and 5 git commands to generate.