Skip to content

Commit

Permalink
ASoC: Invert speaker enabling behaviour in SmartQ sound driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maurus Cuelenaere authored and Mark Brown committed Jul 6, 2010
1 parent db059c0 commit 088fbab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/smartq_wm8987.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ static struct snd_soc_jack_pin smartq_jack_pins[] = {
{
.pin = "Internal Speaker",
.mask = SND_JACK_HEADPHONE,
.invert = true,
},
};

Expand Down

0 comments on commit 088fbab

Please sign in to comment.