diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-27 20:36:45 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-27 21:18:55 +0100 |
commit | 2693efd660e3385b3bf02261f773939a037fe560 (patch) | |
tree | 4e7a8032863d11e448c88290bc2ca8e9fb3b0cd7 | |
parent | ARM: S3C64XX: Use IN4 DC measurement mode on Tobermory (diff) | |
download | linux-2693efd660e3385b3bf02261f773939a037fe560.tar.xz linux-2693efd660e3385b3bf02261f773939a037fe560.zip |
ASoC: wm8962: Enable idle_bias_off
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>
-rw-r--r-- | sound/soc/codecs/wm8962.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 2a654fd42d12..b6fcdcc4341e 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c @@ -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 */ |