Skip to content

Commit

Permalink
Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kerne…
Browse files Browse the repository at this point in the history
…l/git/broonie/sound into asoc-fix-rt5645
  • Loading branch information
Mark Brown committed Sep 14, 2015
2 parents f17b329 + 721b51f commit df5c79e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sound/soc/codecs/rt5645.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
},
{ }
};

Expand Down

0 comments on commit df5c79e

Please sign in to comment.