aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/rt5645.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 610eacd34900..e620da164516 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3236,6 +3236,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = {
3236 DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), 3236 DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
3237 }, 3237 },
3238 }, 3238 },
3239 {
3240 .ident = "Google Ultima",
3241 .callback = strago_quirk_cb,
3242 .matches = {
3243 DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
3244 },
3245 },
3239 { } 3246 { }
3240}; 3247};
3241 3248