* Patch "ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform" has been added to the 4.2-stable tree
@ 2015-09-16 18:30 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-09-16 18:30 UTC (permalink / raw)
To: oder_chiou, broonie, gregkh; +Cc: stable, stable-commits
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 <stable@vger.kernel.org> know about it.
>From c1713485f9fc06e1f4de9800b43f6486f2527379 Mon Sep 17 00:00:00 2001
From: Oder Chiou <oder_chiou@realtek.com>
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 <oder_chiou@realtek.com>
commit c1713485f9fc06e1f4de9800b43f6486f2527379 upstream.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-16 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 18:30 Patch "ASoC: rt5645: Add struct dmi_system_id "Google Celes" for chrome platform" has been added to the 4.2-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).