changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1052-montour-audio.patch.patch
1 From f8c4e2db8608131a88c6c0f17d55cbd540d32ec8 Mon Sep 17 00:00:00 2001
2 From: mokopatches <mokopatches@openmoko.org>
3 Date: Sun, 13 Apr 2008 07:23:50 +0100
4 Subject: [PATCH] montour-audio.patch
5  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1190
6
7 ---
8  sound/soc/codecs/wm8753.c |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
12 index 52207d5..3df5b44 100644
13 --- a/sound/soc/codecs/wm8753.c
14 +++ b/sound/soc/codecs/wm8753.c
15 @@ -279,7 +279,7 @@ SOC_DOUBLE_R("Speaker Playback ZC Switch", WM8753_LOUT2V, WM8753_ROUT2V, 7, 1, 0
16  
17  SOC_SINGLE("Mono Bypass Playback Volume", WM8753_MOUTM1, 4, 7, 1),
18  SOC_SINGLE("Mono Sidetone Playback Volume", WM8753_MOUTM2, 4, 7, 1),
19 -SOC_SINGLE("Mono Voice Playback Volume", WM8753_MOUTM2, 4, 7, 1),
20 +SOC_SINGLE("Mono Voice Playback Volume", WM8753_MOUTM2, 0, 7, 1),
21  SOC_SINGLE("Mono Playback ZC Switch", WM8753_MOUTV, 7, 1, 0),
22  
23  SOC_ENUM("Bass Boost", wm8753_enum[0]),
24 -- 
25 1.5.6.5
26