r4243 - branches/src/target/kernel/2.6.24.x/patches

werner at sita.openmoko.org werner at sita.openmoko.org
Tue Mar 25 08:51:28 CET 2008


Author: werner
Date: 2008-03-25 08:51:24 +0100 (Tue, 25 Mar 2008)
New Revision: 4243

Added:
   branches/src/target/kernel/2.6.24.x/patches/gta02-sound-bandaid.patch
Modified:
   branches/src/target/kernel/2.6.24.x/patches/series
Log:
A temporary work-around for
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1172



Added: branches/src/target/kernel/2.6.24.x/patches/gta02-sound-bandaid.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/gta02-sound-bandaid.patch	2008-03-24 09:54:57 UTC (rev 4242)
+++ branches/src/target/kernel/2.6.24.x/patches/gta02-sound-bandaid.patch	2008-03-25 07:51:24 UTC (rev 4243)
@@ -0,0 +1,19 @@
+http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1172
+
+This patch seems to alleviate the symptoms but doesn't cure them.
+Keep it to keep development going, until we have a proper solution.
+
+Index: linux-2.6.24/sound/soc/codecs/wm8753.c
+===================================================================
+--- linux-2.6.24.orig/sound/soc/codecs/wm8753.c
++++ linux-2.6.24/sound/soc/codecs/wm8753.c
+@@ -1585,6 +1585,9 @@
+ 	schedule_delayed_work(&codec->delayed_work,
+ 		msecs_to_jiffies(caps_charge));
+ 
++	/* Fix reg WM8753_ADCTL2 */
++	wm8753_write(codec, WM8753_ADCTL2, 0x0000);
++
+ 	/* set the update bits */
+ 	reg = wm8753_read_reg_cache(codec, WM8753_LDAC);
+ 	wm8753_write(codec, WM8753_LDAC, reg | 0x0100);

Modified: branches/src/target/kernel/2.6.24.x/patches/series
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/series	2008-03-24 09:54:57 UTC (rev 4242)
+++ branches/src/target/kernel/2.6.24.x/patches/series	2008-03-25 07:51:24 UTC (rev 4243)
@@ -116,3 +116,6 @@
 
 # Preliminary suspend/resume power saving improvements
 suspend-prelim1.patch
+
+# temporary work-around
+gta02-sound-bandaid.patch





More information about the commitlog mailing list