Skip to content

Commit

Permalink
ASoC: wm2200: Ignore pmdown_time
Browse files Browse the repository at this point in the history
The device is generally not succeptible to the issues that cause this to
be an issue.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Feb 9, 2012
1 parent a5d3a21 commit 17c0cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,7 @@ static struct snd_soc_codec_driver soc_codec_wm2200 = {
.probe = wm2200_probe,

.idle_bias_off = true,
.ignore_pmdown_time = true,
.set_sysclk = wm2200_set_sysclk,
.set_pll = wm2200_set_fll,

Expand Down

0 comments on commit 17c0cee

Please sign in to comment.