From: Maurus Cuelenaere Date: Sun, 4 Jul 2010 13:12:11 +0000 (+0200) Subject: ASoC: Invert speaker enabling behaviour in SmartQ sound driver X-Git-Tag: v3.0~832^2~32^2~680 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=088fbab406e264a60fb06d3ea8d32a3e802a00b8;p=platform%2Fkernel%2Flinux-amlogic.git ASoC: Invert speaker enabling behaviour in SmartQ sound driver The speaker was enabled when the headphone was plugged in, which isn't the wanted behaviour so correct this. Signed-off-by: Maurus Cuelenaere Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/s3c24xx/smartq_wm8987.c b/sound/soc/s3c24xx/smartq_wm8987.c index c90ef96..b480348 100644 --- a/sound/soc/s3c24xx/smartq_wm8987.c +++ b/sound/soc/s3c24xx/smartq_wm8987.c @@ -112,7 +112,6 @@ static struct snd_soc_jack_pin smartq_jack_pins[] = { { .pin = "Internal Speaker", .mask = SND_JACK_HEADPHONE, - .invert = true, }, };