diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-07-04 09:12:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-07-06 10:54:06 -0400 |
commit | 088fbab406e264a60fb06d3ea8d32a3e802a00b8 (patch) | |
tree | f0c687acdbdc750394306730ef50d721be7a231b /sound/soc/s3c24xx | |
parent | db059c0f6edec0b1deba665e5853f4ed829003b7 (diff) |
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')
-rw-r--r-- | sound/soc/s3c24xx/smartq_wm8987.c | 1 |
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[] = { | |||
112 | { | 112 | { |
113 | .pin = "Internal Speaker", | 113 | .pin = "Internal Speaker", |
114 | .mask = SND_JACK_HEADPHONE, | 114 | .mask = SND_JACK_HEADPHONE, |
115 | .invert = true, | ||
116 | }, | 115 | }, |
117 | }; | 116 | }; |
118 | 117 | ||