summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.24/1072-gta02-sound-bandaid.patch.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
commit26e3776a22bf894ced5af4c28968dc1dc99968eb (patch)
tree2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.24/1072-gta02-sound-bandaid.patch.patch
parent4bd70fc26256cf485f19e0c8b881e078dc36134f (diff)
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1072-gta02-sound-bandaid.patch.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.24/1072-gta02-sound-bandaid.patch.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1072-gta02-sound-bandaid.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1072-gta02-sound-bandaid.patch.patch
deleted file mode 100644
index 0524d13e4..000000000
--- a/target/linux/s3c24xx/patches-2.6.24/1072-gta02-sound-bandaid.patch.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 627dc473972450148330e4c4c3c2dd43798c1c26 Mon Sep 17 00:00:00 2001
-From: mokopatches <mokopatches@openmoko.org>
-Date: Sun, 13 Apr 2008 07:23:59 +0100
-Subject: [PATCH] gta02-sound-bandaid.patch
- 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.
----
- sound/soc/codecs/wm8753.c | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
-
-diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
-index 3df5b44..e9ad1aa 100644
---- a/sound/soc/codecs/wm8753.c
-+++ b/sound/soc/codecs/wm8753.c
-@@ -1585,6 +1585,9 @@ static int wm8753_init(struct snd_soc_device *socdev)
- 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);
---
-1.5.6.5
-