This is a note to let you know that I've just added the patch titled
ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow
to the 3.17-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-samsung-add-module_device_table-for-snow.patch
and it can be found in the queue-3.17 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 62e6a3b6f4e1f9b96fa66ab1cdf2ffd8594df9e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <[email protected]>
Date: Wed, 5 Nov 2014 17:44:52 +0100
Subject: ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <[email protected]>
commit 62e6a3b6f4e1f9b96fa66ab1cdf2ffd8594df9e9 upstream.
This enables the snd_soc_snow module to be auto-loaded.
Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/samsung/snow.c | 1 +
1 file changed, 1 insertion(+)
--- a/sound/soc/samsung/snow.c
+++ b/sound/soc/samsung/snow.c
@@ -110,6 +110,7 @@ static const struct of_device_id snow_of
{ .compatible = "google,snow-audio-max98095", },
{},
};
+MODULE_DEVICE_TABLE(of, snow_of_match);
static struct platform_driver snow_driver = {
.driver = {
Patches currently in stable-queue which might be from [email protected] are
queue-3.17/asoc-samsung-add-module_device_table-for-snow.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html