5 May
2014
5 May
'14
9:41 p.m.
On Sun, May 04, 2014 at 07:17:06PM +0200, Lars-Peter Clausen wrote:
- /* Prepare for a STADDBY->ON or ON->STANDBY transition */
- if (d->bias_level != d->target_bias_level) {
- /* Prepare for a transition to ON or away from ON */
- if ((d->target_bias_level == SND_SOC_BIAS_ON &&
d->bias_level != SND_SOC_BIAS_ON) ||
(d->target_bias_level != SND_SOC_BIAS_ON &&
d->bias_level == SND_SOC_BIAS_ON)) {
Can you fix the indentation so that the two sides of the or are lined up? It's a bit of a fiddly test and having the two cases not lined up makes it harder to read.