This is a note to let you know that I've just added the patch titled ASoC: Fix binding of WM8750 on Jive
to the 3.0-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-fix-binding-of-wm8750-on-jive.patch and it can be found in the queue-3.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <sta...@kernel.org> know about it. >From 6678050442e90a4e9511a9ed14b9bdfc5e393323 Mon Sep 17 00:00:00 2001 From: Mark Brown <broo...@opensource.wolfsonmicro.com> Date: Wed, 3 Aug 2011 17:36:48 +0900 Subject: ASoC: Fix binding of WM8750 on Jive From: Mark Brown <broo...@opensource.wolfsonmicro.com> commit 6678050442e90a4e9511a9ed14b9bdfc5e393323 upstream. The I2C address is misformatted and would never match. Signed-off-by: Mark Brown <broo...@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <l...@ti.com> Signed-off-by: Greg Kroah-Hartman <gre...@suse.de> --- sound/soc/samsung/jive_wm8750.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/soc/samsung/jive_wm8750.c +++ b/sound/soc/samsung/jive_wm8750.c @@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai .cpu_dai_name = "s3c2412-i2s", .codec_dai_name = "wm8750-hifi", .platform_name = "samsung-audio", - .codec_name = "wm8750-codec.0-0x1a", + .codec_name = "wm8750-codec.0-001a", .init = jive_wm8750_init, .ops = &jive_ops, }; Patches currently in stable-queue which might be from broo...@opensource.wolfsonmicro.com are queue-3.0/asoc-tegra-tegra_pcm_deallocate_dma_buffer-don-t-oops.patch queue-3.0/asoc-fix-binding-of-wm8750-on-jive.patch queue-3.0/asoc-tegra-wm8903-machine-driver-allow-re-insertion-of.patch _______________________________________________ stable mailing list stable@linux.kernel.org http://linux.kernel.org/mailman/listinfo/stable