aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/smartq_wm8987.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-07-04 15:12:11 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-07-06 23:54:06 +0900
commit088fbab406e264a60fb06d3ea8d32a3e802a00b8 (patch)
treef0c687acdbdc750394306730ef50d721be7a231b /sound/soc/s3c24xx/smartq_wm8987.c
parentASoC: Automatically manage ALC coefficients for WM8960 (diff)
downloadlinux-dev-088fbab406e264a60fb06d3ea8d32a3e802a00b8.tar.xz
linux-dev-088fbab406e264a60fb06d3ea8d32a3e802a00b8.zip
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 <mcuelenaere@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/smartq_wm8987.c')
-rw-r--r--sound/soc/s3c24xx/smartq_wm8987.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smartq_wm8987.c b/sound/soc/s3c24xx/smartq_wm8987.c
index c90ef965aaf8..b480348140b0 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,
},
};