[alsa-devel] [PATCH] ASoC: rt286: set idle_bias_off to false

Mark Brown broonie at kernel.org
Wed Jan 28 12:35:37 CET 2015


On Wed, Jan 28, 2015 at 04:59:57PM +0800, Bard Liao wrote:
> We do the power down process at bias level STANDBY. And do nothing
> at bias level OFF. As a result, the register setting is the same
> between bias level STANDBY and OFF. So we don't need to set
> idle_bias_off true.

> -	.idle_bias_off = true,
> +	.idle_bias_off = false,

There is no need to set false explicitly, it's the default.  It also
seems better to keep the flag if it's true, even if we don't actively do
anything at the minute we may in future (either in the framework or in
the driver) so the information seems useful.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20150128/c57cdef8/attachment.sig>


More information about the Alsa-devel mailing list