diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-28 07:44:44 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-29 05:31:07 -0400 |
commit | f9925d4400927fcf3e25cd371442e47d40b37536 (patch) | |
tree | 4283d61b453c3baab3be23b9a79bb577d4d04fc7 /sound | |
parent | 06132fdf63c7d9acc19f136623bf2201f49e73b5 (diff) |
ASoC: Disable wm_hubs periodic DC servo update
This does not function correctly in all circumstances so disable the
periodic updates unconditionally for stable; a future patch will reenable
where appropriate.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm_hubs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 4cc2d567f22f..e763c54c55dc 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c | |||
@@ -440,9 +440,8 @@ static int hp_event(struct snd_soc_dapm_widget *w, | |||
440 | reg |= WM8993_HPOUT1L_DLY | WM8993_HPOUT1R_DLY; | 440 | reg |= WM8993_HPOUT1L_DLY | WM8993_HPOUT1R_DLY; |
441 | snd_soc_write(codec, WM8993_ANALOGUE_HP_0, reg); | 441 | snd_soc_write(codec, WM8993_ANALOGUE_HP_0, reg); |
442 | 442 | ||
443 | /* Smallest supported update interval */ | ||
444 | snd_soc_update_bits(codec, WM8993_DC_SERVO_1, | 443 | snd_soc_update_bits(codec, WM8993_DC_SERVO_1, |
445 | WM8993_DCS_TIMER_PERIOD_01_MASK, 1); | 444 | WM8993_DCS_TIMER_PERIOD_01_MASK, 0); |
446 | 445 | ||
447 | calibrate_dc_servo(codec); | 446 | calibrate_dc_servo(codec); |
448 | 447 | ||