Commit 17c0cee9 authored by Mark Brown's avatar Mark Brown

ASoC: wm2200: Ignore pmdown_time

The device is generally not succeptible to the issues that cause this to
be an issue.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a5d3a21a
...@@ -1916,6 +1916,7 @@ static struct snd_soc_codec_driver soc_codec_wm2200 = { ...@@ -1916,6 +1916,7 @@ static struct snd_soc_codec_driver soc_codec_wm2200 = {
.probe = wm2200_probe, .probe = wm2200_probe,
.idle_bias_off = true, .idle_bias_off = true,
.ignore_pmdown_time = true,
.set_sysclk = wm2200_set_sysclk, .set_sysclk = wm2200_set_sysclk,
.set_pll = wm2200_set_fll, .set_pll = wm2200_set_fll,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment