diff options
author | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
commit | 614683faf8029100802db06a825648d0b6490285 (patch) | |
tree | 7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/patches-2.6.24/1052-montour-audio.patch.patch | |
parent | 4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff) | |
download | upstream-614683faf8029100802db06a825648d0b6490285.tar.gz upstream-614683faf8029100802db06a825648d0b6490285.tar.bz2 upstream-614683faf8029100802db06a825648d0b6490285.zip |
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1052-montour-audio.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1052-montour-audio.patch.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1052-montour-audio.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1052-montour-audio.patch.patch new file mode 100644 index 0000000000..85a2344dd3 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1052-montour-audio.patch.patch @@ -0,0 +1,26 @@ +From f8c4e2db8608131a88c6c0f17d55cbd540d32ec8 Mon Sep 17 00:00:00 2001 +From: mokopatches <mokopatches@openmoko.org> +Date: Sun, 13 Apr 2008 07:23:50 +0100 +Subject: [PATCH] montour-audio.patch + http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1190 + +--- + sound/soc/codecs/wm8753.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c +index 52207d5..3df5b44 100644 +--- a/sound/soc/codecs/wm8753.c ++++ b/sound/soc/codecs/wm8753.c +@@ -279,7 +279,7 @@ SOC_DOUBLE_R("Speaker Playback ZC Switch", WM8753_LOUT2V, WM8753_ROUT2V, 7, 1, 0 + + 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]), +-- +1.5.6.5 + |