Skip to content

Commit

Permalink
ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome plat…
Browse files Browse the repository at this point in the history
…form

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
  • Loading branch information
Oder Chiou authored and Mark Brown committed Aug 25, 2015
1 parent bc0195a commit c171348
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 @@ -3229,6 +3229,13 @@ static struct dmi_system_id dmi_platform_intel_braswell[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Strago"),
},
},
{
.ident = "Google Celes",
.callback = strago_quirk_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Celes"),
},
},
{ }
};

Expand Down

0 comments on commit c171348

Please sign in to comment.