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>
This commit is contained in:
Maurus Cuelenaere 2010-07-04 15:12:11 +02:00 committed by Mark Brown
parent db059c0f6e
commit 088fbab406
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ static struct snd_soc_jack_pin smartq_jack_pins[] = {
{
.pin = "Internal Speaker",
.mask = SND_JACK_HEADPHONE,
.invert = true,
},
};