diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-28 12:44:44 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-04-30 11:03:36 +0200 |
commit | ba3f82722d4c06009241d9b9903f8692c7ce114b (patch) | |
tree | 4ac4a792af39c61465a70851f10cc22d154e6e9a /sound/soc | |
parent | cf6fef3aff49e1c243dba82b9c03a9303c9b9799 (diff) | |
download | kernel_samsung_espresso10-ba3f82722d4c06009241d9b9903f8692c7ce114b.zip kernel_samsung_espresso10-ba3f82722d4c06009241d9b9903f8692c7ce114b.tar.gz kernel_samsung_espresso10-ba3f82722d4c06009241d9b9903f8692c7ce114b.tar.bz2 |
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/soc')
-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 c654ec1..cb3d73b 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, reg |= WM8993_HPOUT1L_DLY | WM8993_HPOUT1R_DLY; snd_soc_write(codec, WM8993_ANALOGUE_HP_0, reg); - /* Smallest supported update interval */ snd_soc_update_bits(codec, WM8993_DC_SERVO_1, - WM8993_DCS_TIMER_PERIOD_01_MASK, 1); + WM8993_DCS_TIMER_PERIOD_01_MASK, 0); calibrate_dc_servo(codec); |