summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-10-31 11:29:11 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-10-31 11:29:11 +0000
commit8e123dfde5301965e1e7700e228b21c2652c2687 (patch)
tree76fb35e139aaf894e4e020ae2e8ea6cfa287f4a0 /packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch
parent3ba4190413ed7aaf3b1ad78abc1009394e219a01 (diff)
parent566c8bb147d8ba79662edcd755883793e0c945f5 (diff)
merge of '55dbe512554ea028b2d4722048c4e9d4a958022c'
and '6aff048ce0e2244277e9b1398c4a400bdd758e30'
Diffstat (limited to 'packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch')
-rw-r--r--packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch b/packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch
index cbf854d772..5179b47cc4 100644
--- a/packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch
+++ b/packages/linux/linux-rp-2.6.23/wm9712-suspend-cold-res-r2.patch
@@ -14,19 +14,3 @@ Index: git/sound/soc/codecs/wm9712.c
if (ret < 0){
printk(KERN_ERR "could not reset AC97 codec\n");
return ret;
- sound/soc/codecs/wm9712.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: git/sound/soc/codecs/wm9712.c
-===================================================================
---- git.orig/sound/soc/codecs/wm9712.c 2006-11-07 21:57:34.000000000 +0000
-+++ git/sound/soc/codecs/wm9712.c 2006-11-07 21:59:30.000000000 +0000
-@@ -651,7 +651,7 @@ static int wm9712_soc_resume(struct plat
- int i, ret;
- u16 *cache = codec->reg_cache;
-
-- ret = wm9712_reset(codec, 1);
-+ ret = wm9712_reset(codec, 0);
- if (ret < 0){
- printk(KERN_ERR "could not reset AC97 codec\n");
- return ret;