Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2693efd6 authored by Mark Brown's avatar Mark Brown
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4b9c85f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */