disable IMQ on 2.6.28 as well -- people should use IFB..
[openwrt.git] / target / linux / s3c24xx / patches / 0061-gta02-sound-bandaid.patch.patch
1 From 4df411aa6f42be6fe5881d7b2fb88aae9d9a56a8 Mon Sep 17 00:00:00 2001
2 From: mokopatches <mokopatches@openmoko.org>
3 Date: Fri, 25 Jul 2008 23:05:21 +0100
4 Subject: [PATCH] gta02-sound-bandaid.patch
5  http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1172
6
7 This patch seems to alleviate the symptoms but doesn't cure them.
8 Keep it to keep development going, until we have a proper solution.
9 ---
10  sound/soc/codecs/wm8753.c |    3 +++
11  1 files changed, 3 insertions(+), 0 deletions(-)
12
13 diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
14 index fb41826..72baf3d 100644
15 --- a/sound/soc/codecs/wm8753.c
16 +++ b/sound/soc/codecs/wm8753.c
17 @@ -1589,6 +1589,9 @@ static int wm8753_init(struct snd_soc_device *socdev)
18         schedule_delayed_work(&codec->delayed_work,
19                 msecs_to_jiffies(caps_charge));
20  
21 +       /* Fix reg WM8753_ADCTL2 */
22 +       wm8753_write(codec, WM8753_ADCTL2, 0x0000);
23 +
24         /* set the update bits */
25         reg = wm8753_read_reg_cache(codec, WM8753_LDAC);
26         wm8753_write(codec, WM8753_LDAC, reg | 0x0100);
27 -- 
28 1.5.6.3
29