diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2015-06-08 15:19:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-08 20:53:18 +0300 |
commit | 4afdd89df0bd094015b2cc7504421ec3ece3ae35 (patch) | |
tree | 20433fcfb42ed3ed503e9f3f4168758775ac805e /sound/soc/codecs/tas2552.c | |
parent | 2a9dd1db70688203e5699f6ea074d41a7ac86378 (diff) | |
download | linux-4afdd89df0bd094015b2cc7504421ec3ece3ae35.tar.xz |
ASoC: tas2552: Code, define alignment changes for uniformity
Align the numbers in the header file to the same column.
At the same time change the wrapping of CFG_2 register write in the probe
function to be uniform with the other calls.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tas2552.c')
-rw-r--r-- | sound/soc/codecs/tas2552.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/tas2552.c b/sound/soc/codecs/tas2552.c index 202c3f4a6390..5e6490c19b7e 100644 --- a/sound/soc/codecs/tas2552.c +++ b/sound/soc/codecs/tas2552.c @@ -604,8 +604,8 @@ static int tas2552_codec_probe(struct snd_soc_codec *codec) snd_soc_write(codec, TAS2552_BOOST_APT_CTRL, TAS2552_APT_DELAY_200 | TAS2552_APT_THRESH_20_17); - snd_soc_write(codec, TAS2552_CFG_2, TAS2552_BOOST_EN | - TAS2552_APT_EN | TAS2552_LIM_EN); + snd_soc_write(codec, TAS2552_CFG_2, TAS2552_BOOST_EN | TAS2552_APT_EN | + TAS2552_LIM_EN); return 0; |