ASoC: sgtl5000: Do not disable regulators in SND_SOC_BIAS_OFF
authorEric Nelson <eric@nelint.com>
Mon, 6 Jun 2016 23:14:52 +0000 (01:14 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 15 Jun 2016 13:09:30 +0000 (14:09 +0100)
commit8419caa7270291e26f8b34b12b29680586c85d30
treef636a0dca303de3b016e6afbf5a54edf4981fa7c
parent08dea16e0960ea5caf7876045b747145cb677096
ASoC: sgtl5000: Do not disable regulators in SND_SOC_BIAS_OFF

Disabling the SGTL5000 through regulators would certainly save more
power than simply disabling the reference voltages as described in the
data sheet, but won't properly restore things on resume.

This driver does not support active regulators. So we simply disable the
reference bias currents.

Signed-off-by: Eric Nelson <eric@nelint.com>
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sgtl5000.c
This page took 0.023907 seconds and 5 git commands to generate.