r905 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Feb 8 03:09:44 CET 2007


Author: laforge
Date: 2007-02-08 03:09:44 +0100 (Thu, 08 Feb 2007)
New Revision: 905

Added:
   trunk/src/target/kernel/patches/gta01-asoc-rxmixer.patch
Modified:
   trunk/src/target/kernel/patches/series
Log:
fix Rx Mixer power up in ASoC codec


Added: trunk/src/target/kernel/patches/gta01-asoc-rxmixer.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-asoc-rxmixer.patch	2007-02-08 02:08:20 UTC (rev 904)
+++ trunk/src/target/kernel/patches/gta01-asoc-rxmixer.patch	2007-02-08 02:09:44 UTC (rev 905)
@@ -0,0 +1,16 @@
+Index: linux-2.6.17.14-fic4.test/sound/soc/codecs/wm8753.c
+===================================================================
+--- linux-2.6.17.14-fic4.test.orig/sound/soc/codecs/wm8753.c	2007-02-08 00:42:47.000000000 +0100
++++ linux-2.6.17.14-fic4.test/sound/soc/codecs/wm8753.c	2007-02-08 00:57:59.000000000 +0100
+@@ -496,9 +496,9 @@
+ 	&wm8753_line_right_controls),
+ SND_SOC_DAPM_MUX("Line Mono Mux", SND_SOC_NOPM, 0, 0,
+ 	&wm8753_line_mono_controls),
+-SND_SOC_DAPM_MUX("Line Mixer", SND_SOC_NOPM, 0, 0,
++SND_SOC_DAPM_MUX("Line Mixer", WM8753_PWR2, 0, 0,
+ 	&wm8753_line_mux_mix_controls),
+-SND_SOC_DAPM_MUX("Rx Mixer", SND_SOC_NOPM, 0, 0,
++SND_SOC_DAPM_MUX("Rx Mixer", WM8753_PWR2, 1, 0,
+ 	&wm8753_rx_mux_mix_controls),
+ SND_SOC_DAPM_PGA("Mic 1 Volume", WM8753_PWR2, 8, 0, NULL, 0),
+ SND_SOC_DAPM_PGA("Mic 2 Volume", WM8753_PWR2, 7, 0, NULL, 0),

Modified: trunk/src/target/kernel/patches/series
===================================================================
--- trunk/src/target/kernel/patches/series	2007-02-08 02:08:20 UTC (rev 904)
+++ trunk/src/target/kernel/patches/series	2007-02-08 02:09:44 UTC (rev 905)
@@ -26,4 +26,4 @@
 g_ether-highpower.patch
 gta01-vbus_draw.patch
 ts0710.patch
-alsa-rxmixer.patch
+gta01-asoc-rxmixer.patch





More information about the commitlog mailing list