diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-29 17:40:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-04 02:56:47 +0100 |
commit | 67109cbea1f92d369849dc88b6c9aca0f66c044e (patch) | |
tree | d4bc60a57586d626053263960bebbaa59869b5db /sound/soc/codecs/wm8994.c | |
parent | ASoC: wm8994: Suppress noop updates of FLL K (diff) | |
download | linux-67109cbea1f92d369849dc88b6c9aca0f66c044e.tar.xz linux-67109cbea1f92d369849dc88b6c9aca0f66c044e.zip |
ASoC: wm_hubs: Disable cache of the DC servo calibration for WM1811
The WM1811 DC servo is able to run much faster than previous devices so
the benefit of skipping calibration is not useful.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index a567a4d9b5dc..1fef87d6a285 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c @@ -3535,6 +3535,7 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) wm8994->hubs.dcs_readback_mode = 2; wm8994->hubs.no_series_update = 1; wm8994->hubs.hp_startup_mode = 1; + wm8994->hubs.no_cache_class_w = true; switch (wm8994->revision) { case 0: |