mirror of https://gitee.com/openkylin/linux.git
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:
parent
db059c0f6e
commit
088fbab406
|
@ -112,7 +112,6 @@ static struct snd_soc_jack_pin smartq_jack_pins[] = {
|
|||
{
|
||||
.pin = "Internal Speaker",
|
||||
.mask = SND_JACK_HEADPHONE,
|
||||
.invert = true,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue