diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 00:02:36 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-12 00:02:36 +0000 |
commit | cc3146824acbf585f487a803b4a2eadf36b9b47d (patch) | |
tree | efab142ef89b35ce42e8a79e028eff15be362af8 /target/linux/s3c24xx/patches/0061-gta02-sound-bandaid.patch.patch | |
parent | 22b3854919b7cb44d725eb7a7efd018ad9aec25c (diff) |
add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge it with the openmoko-target and the work Michael Buesch <mb> did
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches/0061-gta02-sound-bandaid.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches/0061-gta02-sound-bandaid.patch.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches/0061-gta02-sound-bandaid.patch.patch b/target/linux/s3c24xx/patches/0061-gta02-sound-bandaid.patch.patch new file mode 100755 index 0000000000..ea64733593 --- /dev/null +++ b/target/linux/s3c24xx/patches/0061-gta02-sound-bandaid.patch.patch @@ -0,0 +1,29 @@ +From 4df411aa6f42be6fe5881d7b2fb88aae9d9a56a8 Mon Sep 17 00:00:00 2001 +From: mokopatches <mokopatches@openmoko.org> +Date: Fri, 25 Jul 2008 23:05:21 +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 fb41826..72baf3d 100644 +--- a/sound/soc/codecs/wm8753.c ++++ b/sound/soc/codecs/wm8753.c +@@ -1589,6 +1589,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.3 + |