Skip to content

Commit

Permalink
ASoC: rt5645: Add dmi "Google Reks" for chrome
Browse files Browse the repository at this point in the history
Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
JohnLinRTK authored and broonie committed Oct 22, 2015
1 parent c962d03 commit 942e4a3
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 @@ -3228,6 +3228,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"),
},
},
{
.ident = "Google Reks",
.callback = strago_quirk_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Reks"),
},
},
{ }
};

Expand Down

0 comments on commit 942e4a3

Please sign in to comment.