diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-11 15:39:29 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-11 15:39:29 +0000 |
commit | ce7b82d842b8319ffba19c56af582b0e2c987492 (patch) | |
tree | 9ab098a96b4cdda4d88ce51d8357f8c94a2e7c35 /packages/linux/linux-openmoko | |
parent | c13a77336c4ee422daa66b834567c058a93cd147 (diff) | |
parent | 0651d8327b9411c69f23090f4acb13b65a6bd526 (diff) |
merge of '08fdda9ff7a84b205b2fb4764177f2ce0fe9c95e'
and '17a4966f222ec6a5da1533bce5ce58143808be4a'
Diffstat (limited to 'packages/linux/linux-openmoko')
-rw-r--r-- | packages/linux/linux-openmoko/gta02-sound.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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; +} |