From: Mark Brown Date: Wed, 8 Feb 2012 18:35:43 +0000 (+0000) Subject: ASoC: wm2200: Ignore pmdown_time X-Git-Tag: v3.4-rc1~88^2^2~27^2~130 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=17c0cee96f9dd76604e617b74ccca701eebd9727;p=~emulex%2Finfiniband.git 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 --- diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index 0db24758c46..a9388dfdbe0 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,