aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-03-09 21:01:12 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-09 21:01:12 +0000
commit66a3431b39021126ad025543fa7ddca4e5fe2928 (patch)
tree74dd47e273761a1830e64c31e02615fd3dea308e /sound
parent2ef5695c556db4f651c12372ffc7f79b999d7b91 (diff)
ASoC: Fix headset output for GTA02
At least one of the speaker options should disable the speaker. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/s3c24xx/neo1973_gta02_wm8753.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
index c682a092c0a..d9fe7d1fffd 100644
--- a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
+++ b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c
@@ -247,7 +247,7 @@ static int lm4853_set_spk(struct snd_kcontrol *kcontrol,
s3c2410_gpio_setpin(GTA02_GPIO_HP_IN,0);
} else {
lm4853_state &= ~LM4853_SPK;
- s3c2410_gpio_setpin(GTA02_GPIO_HP_IN,0);
+ s3c2410_gpio_setpin(GTA02_GPIO_HP_IN,1);
}
return 0;