[alsa-devel] [PATCH] ASoC: wm8994: Don't bring up to STANDBY by default
3 Feb
2012
3 Feb
'12
4:22 p.m.
In cases where we should enter STANDBY DAPM will power us up, otherwise there is no need to power up and we can remain in OFF.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com --- sound/soc/codecs/wm8994.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 7723f3c..b28a09c 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -2736,8 +2736,6 @@ static int wm8994_resume(struct snd_soc_codec *codec) codec->cache_only = 0; }
- wm8994_set_bias_level(codec, SND_SOC_BIAS_STANDBY); - for (i = 0; i < ARRAY_SIZE(wm8994->fll); i++) { if (!wm8994->fll_suspend[i].out) continue;
--
1.7.9.rc1
4706
Age (days ago)
4706
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown