summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorJohn Lin2015-11-11 08:25:28 +0100
committerMark Brown2015-11-16 18:38:33 +0100
commit0580bcc91d0aee7367c001955234d71b0b337b41 (patch)
treedcb27fe5868adfacda804251695b126c1d75d6a3 /sound/soc
parentASoC: rt5645: Increase the delay time to imporve the HP pop noise (diff)
downloadkernel-qcow2-linux-0580bcc91d0aee7367c001955234d71b0b337b41.tar.gz
kernel-qcow2-linux-0580bcc91d0aee7367c001955234d71b0b337b41.tar.xz
kernel-qcow2-linux-0580bcc91d0aee7367c001955234d71b0b337b41.zip
ASoC: rt5645: Add struct dmi_system_id "Google Edgar" for Chrome OS
Add platform specific data for Edgar project. Signed-off-by: John Lin <john.lin@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-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 fa8b5dfa673e..647b594ad04e 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -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"),
+ },
+ },
{ }
};