From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:52915 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753907AbbIPUBG (ORCPT ); Wed, 16 Sep 2015 16:01:06 -0400 Subject: Patch "ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform" has been added to the 4.2-stable tree To: oder_chiou@realtek.com, broonie@kernel.org, gregkh@linuxfoundation.org Cc: , From: Date: Wed, 16 Sep 2015 11:30:57 -0700 Message-ID: <144242825721862@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform to the 4.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: asoc-rt5645-add-struct-dmi_system_id-google-celes-for-chrome-platform.patch and it can be found in the queue-4.2 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From c1713485f9fc06e1f4de9800b43f6486f2527379 Mon Sep 17 00:00:00 2001 From: Oder Chiou Date: Tue, 25 Aug 2015 16:03:48 +0800 Subject: ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform From: Oder Chiou commit c1713485f9fc06e1f4de9800b43f6486f2527379 upstream. Signed-off-by: Oder Chiou Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/rt5645.c | 7 +++++++ 1 file changed, 7 insertions(+) --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3232,6 +3232,13 @@ static struct dmi_system_id dmi_platform DMI_MATCH(DMI_PRODUCT_NAME, "Strago"), }, }, + { + .ident = "Google Celes", + .callback = strago_quirk_cb, + .matches = { + DMI_MATCH(DMI_PRODUCT_NAME, "Celes"), + }, + }, { } }; Patches currently in stable-queue which might be from oder_chiou@realtek.com are queue-4.2/asoc-rt5645-add-struct-dmi_system_id-google-celes-for-chrome-platform.patch