ASoC: tfa9879: fix whitespace issues caused by mindless conversion

Long lines and bad alignment disturbs the reading pleasure.

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Peter Rosin 2018-04-12 23:14:34 +02:00 committed by Mark Brown
parent d0ca5a479a
commit 42a2b67469
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -88,7 +88,8 @@ static int tfa9879_hw_params(struct snd_pcm_substream *substream,
}
if (tfa9879->lsb_justified)
snd_soc_component_update_bits(component, TFA9879_SERIAL_INTERFACE_1,
snd_soc_component_update_bits(component,
TFA9879_SERIAL_INTERFACE_1,
TFA9879_I2S_SET_MASK,
i2s_set << TFA9879_I2S_SET_SHIFT);