r3817 - branches/src/target/kernel/2.6.24.x/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Fri Jan 11 22:49:34 CET 2008


Author: laforge
Date: 2008-01-11 22:49:33 +0100 (Fri, 11 Jan 2008)
New Revision: 3817

Modified:
   branches/src/target/kernel/2.6.24.x/patches/gta02-sound.patch
Log:
Apply obvious copy+paste fix to gta02 sound driver (Graeme Gregory)


Modified: branches/src/target/kernel/2.6.24.x/patches/gta02-sound.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/gta02-sound.patch	2008-01-11 18:24:44 UTC (rev 3816)
+++ branches/src/target/kernel/2.6.24.x/patches/gta02-sound.patch	2008-01-11 21:49:33 UTC (rev 3817)
@@ -280,7 +280,7 @@
 +static int lm4853_get_spk(struct snd_kcontrol *kcontrol,
 +	struct snd_ctl_elem_value *ucontrol)
 +{
-+	ucontrol->value.integer.value[0] = (lm4853_state & LM4853_AMP) >> 1;
++	ucontrol->value.integer.value[0] = (lm4853_state & LM4853_SPK) >> 1;
 +
 +	return 0;
 +}





More information about the commitlog mailing list