commit | e2dce944cc2bf22d0295330cbdcbd2ad7bd47cb4 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Nov 23 13:47:52 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 24 18:07:05 2014 +0000 |
tree | b94d4ccac307d08aed6118be65138313e6ef38d5 | |
parent | 187024b36c635bd454c1b1587b58c9439d3a46ad [diff] |
ASoC: rt5631: Cleanup bias level transitions Set the CODEC driver's suspend_bias_off flag rather than manually going to SND_SOC_BIAS_OFF in suspend and SND_SOC_BIAS_STANDBY in resume. This makes the code a bit shorter and cleaner. Since the ASoC core now takes care of setting the bias level to SND_SOC_BIAS_OFF when removing the CODEC there is no need to do it manually anymore either. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>