From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Lin Subject: [PATCH] ASoC: rt5645: Add struct dmi_system_id "Google Ultima" for chrome platform Date: Wed, 9 Sep 2015 16:47:48 +0800 Message-ID: <1441788468-16501-1-git-send-email-john.lin@realtek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from rtits2.realtek.com.tw (rtits2.realtek.com [60.250.210.242]) by alsa0.perex.cz (Postfix) with ESMTP id B38862602AD for ; Wed, 9 Sep 2015 10:48:00 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: broonie@kernel.org, lgirdwood@gmail.com Cc: oder_chiou@realtek.com, alsa-devel@alsa-project.org, John Lin , Keith.Tzeng@quantatw.com, bardliao@realtek.com, flove@realtek.com List-Id: alsa-devel@alsa-project.org Signed-off-by: John Lin --- sound/soc/codecs/rt5645.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 4972bf3..8e51242 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3205,6 +3205,13 @@ static const struct dmi_system_id dmi_platform_intel_braswell[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), }, }, + { + .ident = "Google Ultima", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Ultima"), + }, + }, { } }; -- 1.8.1.1.439.g50a6b54