Sfoglia il codice sorgente

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>
Mark Brown 13 anni fa
parent
commit
2693efd660
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      sound/soc/codecs/wm8962.c

+ 1 - 0
sound/soc/codecs/wm8962.c

@@ -3636,6 +3636,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8962 = {
 	.set_pll = wm8962_set_fll,
 	.set_pll = wm8962_set_fll,
 	.reg_cache_size	= WM8962_MAX_REGISTER,
 	.reg_cache_size	= WM8962_MAX_REGISTER,
 	.volatile_register = wm8962_soc_volatile,
 	.volatile_register = wm8962_soc_volatile,
+	.idle_bias_off = true,
 };
 };
 
 
 /* Improve power consumption for IN4 DC measurement mode */
 /* Improve power consumption for IN4 DC measurement mode */