From ea4aa4cbfdac1f6a5c875be23c21577f71e9dfec Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 11 Jan 2008 13:33:57 +0000 Subject: linux-openmoko_2.6.22.5.bb : fix bug in gta02 sound driver that misreported the speaker state alsa-state.bb : state files corrected now bug is fixed --- packages/linux/linux-openmoko/gta02-sound.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux/linux-openmoko/gta02-sound.patch') diff --git a/packages/linux/linux-openmoko/gta02-sound.patch b/packages/linux/linux-openmoko/gta02-sound.patch index 66fc850350..f742c77303 100644 --- a/packages/linux/linux-openmoko/gta02-sound.patch +++ b/packages/linux/linux-openmoko/gta02-sound.patch @@ -280,7 +280,7 @@ Index: linux-2.6.22/sound/soc/s3c24xx/neo1973_gta02_wm8753.c +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; +} -- cgit v1.2.3