Skip to content

Commit

Permalink
ASoC: rt5645: Add struct dmi_system_id "Google Edgar" for Chrome OS
Browse files Browse the repository at this point in the history
Add platform specific data for Edgar project.

Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
John Lin authored and Mark Brown committed Nov 16, 2015
1 parent 91ed37e commit 0580bcc
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 @@ -3378,6 +3378,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
},
},
{
.ident = "Google Edgar",
.callback = strago_quirk_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"),
},
},
{ }
};

Expand Down

0 comments on commit 0580bcc

Please sign in to comment.