This is a note to let you know that I've just added the patch titled
ASoC: wm8990: Mark the register map as dirty when powering down
to the 3.10-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-wm8990-mark-the-register-map-as-dirty-when-powering-down.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 2ab2b74277a86afe0dd92976db695a2bb8b93366 Mon Sep 17 00:00:00 2001
From: Mark Brown <[email protected]>
Date: Fri, 22 Nov 2013 14:17:18 +0000
Subject: ASoC: wm8990: Mark the register map as dirty when powering down
From: Mark Brown <[email protected]>
commit 2ab2b74277a86afe0dd92976db695a2bb8b93366 upstream.
Otherwise we'll skip sync on resume.
Signed-off-by: Mark Brown <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/wm8990.c | 2 ++
1 file changed, 2 insertions(+)
--- a/sound/soc/codecs/wm8990.c
+++ b/sound/soc/codecs/wm8990.c
@@ -1264,6 +1264,8 @@ static int wm8990_set_bias_level(struct
/* disable POBCTRL, SOFT_ST and BUFDCOPEN */
snd_soc_write(codec, WM8990_ANTIPOP2, 0x0);
+
+ codec->cache_sync = 1;
break;
}
Patches currently in stable-queue which might be from [email protected] are
queue-3.10/asoc-wm8990-mark-the-register-map-as-dirty-when-powering-down.patch
queue-3.10/asoc-wm8731-fix-dsp-mode-configuration.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