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

werner at sita.openmoko.org werner at sita.openmoko.org
Fri Feb 1 01:02:20 CET 2008


Author: werner
Date: 2008-02-01 01:02:16 +0100 (Fri, 01 Feb 2008)
New Revision: 4003

Added:
   branches/src/target/kernel/2.6.24.x/patches/montour-audio.patch
Modified:
   branches/src/target/kernel/2.6.24.x/patches/series
Log:
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1190

montour-audio.patch:
- sound/soc/codecs/wm8753.c (wm8753_snd_controls): voice playback volume is in
  register bits 0:2, not 4:6



Added: branches/src/target/kernel/2.6.24.x/patches/montour-audio.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/montour-audio.patch	2008-01-31 11:34:04 UTC (rev 4002)
+++ branches/src/target/kernel/2.6.24.x/patches/montour-audio.patch	2008-02-01 00:02:16 UTC (rev 4003)
@@ -0,0 +1,22 @@
+http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1190
+
+From: Mike Montour <mail at mmontour.net>
+
+---
+
+ sound/soc/codecs/wm8753.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+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
+@@ -277,7 +277,7 @@
+ 
+ SOC_SINGLE("Mono Bypass Playback Volume", WM8753_MOUTM1, 4, 7, 1),
+ SOC_SINGLE("Mono Sidetone Playback Volume", WM8753_MOUTM2, 4, 7, 1),
+-SOC_SINGLE("Mono Voice Playback Volume", WM8753_MOUTM2, 4, 7, 1),
++SOC_SINGLE("Mono Voice Playback Volume", WM8753_MOUTM2, 0, 7, 1),
+ SOC_SINGLE("Mono Playback ZC Switch", WM8753_MOUTV, 7, 1, 0),
+ 
+ SOC_ENUM("Bass Boost", wm8753_enum[0]),

Modified: branches/src/target/kernel/2.6.24.x/patches/series
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/series	2008-01-31 11:34:04 UTC (rev 4002)
+++ branches/src/target/kernel/2.6.24.x/patches/series	2008-02-01 00:02:16 UTC (rev 4003)
@@ -69,6 +69,9 @@
 # local hack
 fail-unless-uimage.patch
 
+# upstream issue
+montour-audio.patch
+
 # OE patches
 fix-EVIOCGRAB-semantics.patch
 iis-suspend.patch





More information about the commitlog mailing list