]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ASoC: Invert speaker enabling behaviour in SmartQ sound driver
authorMaurus Cuelenaere <mcuelenaere@gmail.com>
Sun, 4 Jul 2010 13:12:11 +0000 (15:12 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 6 Jul 2010 14:54:06 +0000 (23:54 +0900)
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>
sound/soc/s3c24xx/smartq_wm8987.c

index c90ef965aaf84ece27611c755bbb9b08d3af9137..b480348140b02db3bc001e84c851629e07b8e288 100644 (file)
@@ -112,7 +112,6 @@ static struct snd_soc_jack_pin smartq_jack_pins[] = {
        {
                .pin    = "Internal Speaker",
                .mask   = SND_JACK_HEADPHONE,
-               .invert = true,
        },
 };