summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-08 18:35:43 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-09 10:43:15 (GMT)
commit17c0cee96f9dd76604e617b74ccca701eebd9727 (patch)
treed5ca2105d41e260e0a680cbf0cb9e80c36c14d44 /sound
parenta5d3a21a9a8c5a2b8332768a3ce9636b630ef664 (diff)
downloadlinux-17c0cee96f9dd76604e617b74ccca701eebd9727.tar.xz
ASoC: wm2200: Ignore pmdown_time
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm2200.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c
index 0db2475..a9388df 100644
--- a/sound/soc/codecs/wm2200.c
+++ b/sound/soc/codecs/wm2200.c
@@ -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,