projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58f301
)
ASoC: rt5640: Don't go to standby on resume
author
Mark Brown
<
[email protected]
>
Wed, 16 Oct 2013 16:30:44 +0000
(17:30 +0100)
committer
Mark Brown
<
[email protected]
>
Sat, 19 Oct 2013 20:24:31 +0000
(21:24 +0100)
There is no need for the CODEC to go to standby on resume since the core will
power it up as needed and in any case it is an idle_bias_off CODEC so would
normally sit with bias off while idle.
Signed-off-by: Mark Brown <
[email protected]
>
Tested-by: Stephen Warren <
[email protected]
>
sound/soc/codecs/rt5640.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt5640.c
b/sound/soc/codecs/rt5640.c
index b0cde92be7ebe5f19e3a023f8dce8353cf778d86..4d041d376f3191555503d249a7f0c71a375c729a 100644
(file)
--- a/
sound/soc/codecs/rt5640.c
+++ b/
sound/soc/codecs/rt5640.c
@@
-1993,7
+1993,6
@@
static int rt5640_resume(struct snd_soc_codec *codec)
gpio_set_value_cansleep(rt5640->pdata.ldo1_en, 1);
msleep(400);
}
- rt5640_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
return 0;
}