Skip to content

Commit

Permalink
ASoC: wm8962: Enable idle_bias_off
Browse files Browse the repository at this point in the history
The WM8962 has ground referenced and class D outputs so can happily go
down to BIAS_OFF without a large startup time.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jan 27, 2012
1 parent 4b9c85f commit 2693efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3636,6 +3636,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8962 = {
.set_pll = wm8962_set_fll,
.reg_cache_size = WM8962_MAX_REGISTER,
.volatile_register = wm8962_soc_volatile,
.idle_bias_off = true,
};

/* Improve power consumption for IN4 DC measurement mode */
Expand Down

0 comments on commit 2693efd

Please sign in to comment.