diff mbox

ASoC: rt5645: Add dmi_system_id "Google Wizpig"

Message ID 1447993559-32245-1-git-send-email-bardliao@realtek.com (mailing list archive)
State Accepted
Commit 3f58b7039c70f1d0a19157c7bf97ef69d445565f
Headers show

Commit Message

Bard Liao Nov. 20, 2015, 4:25 a.m. UTC
Add platform specific data for Wizpig project.

Signed-off-by: Bard Liao <bardliao@realtek.com>
---
 sound/soc/codecs/rt5645.c | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 177f6d0..2c4f06f 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3565,6 +3565,13 @@  static const struct dmi_system_id dmi_platform_intel_braswell[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Edgar"),
 		},
 	},
+	{
+		.ident = "Google Wizpig",
+		.callback = strago_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_PRODUCT_NAME, "Wizpig"),
+		},
+	},
 	{ }
 };