forked from Minki/linux
ASoC: rt5640: Don't go to standby on resume
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 <broonie@linaro.org> Tested-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
e58f301ec9
commit
ebce31140c
@ -1993,7 +1993,6 @@ static int rt5640_resume(struct snd_soc_codec *codec)
|
|||||||
gpio_set_value_cansleep(rt5640->pdata.ldo1_en, 1);
|
gpio_set_value_cansleep(rt5640->pdata.ldo1_en, 1);
|
||||||
msleep(400);
|
msleep(400);
|
||||||
}
|
}
|
||||||
rt5640_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user