4 Jul
2010
4 Jul
'10
3:12 p.m.
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 --- 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 c90ef96..b480348 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, }, };
--
1.7.0.4