ASoC: tas2552: Code, define alignment changes for uniformity
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 8 Jun 2015 12:19:52 +0000 (15:19 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 8 Jun 2015 17:53:18 +0000 (18:53 +0100)
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>
sound/soc/codecs/tas2552.c
sound/soc/codecs/tas2552.h

index 202c3f4a63905dc5276c49d88c65de0b4b63dd75..5e6490c19b7e56dad42bd203e990f86eeeeec982 100644 (file)
@@ -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;
 
index f62a1bcb2e4988f87671d0c4925e1818fbcf9e26..5746f8fd0afd55b3305b41df42477c87062432e8 100644 (file)
@@ -19,7 +19,7 @@
 #define __TAS2552_H__
 
 /* Register Address Map */
-#define TAS2552_DEVICE_STATUS  0x00
+#define TAS2552_DEVICE_STATUS          0x00
 #define TAS2552_CFG_1                  0x01
 #define TAS2552_CFG_2                  0x02
 #define TAS2552_CFG_3                  0x03
 #define TAS2552_BTIP                   0x0b
 #define TAS2552_BTS_CTRL               0x0c
 #define TAS2552_RESERVED_0D            0x0d
-#define TAS2552_LIMIT_RATE_HYS 0x0e
-#define TAS2552_LIMIT_RELEASE  0x0f
-#define TAS2552_LIMIT_INT_COUNT        0x10
+#define TAS2552_LIMIT_RATE_HYS         0x0e
+#define TAS2552_LIMIT_RELEASE          0x0f
+#define TAS2552_LIMIT_INT_COUNT                0x10
 #define TAS2552_PDM_CFG                        0x11
 #define TAS2552_PGA_GAIN               0x12
-#define TAS2552_EDGE_RATE_CTRL 0x13
+#define TAS2552_EDGE_RATE_CTRL         0x13
 #define TAS2552_BOOST_APT_CTRL         0x14
 #define TAS2552_VER_NUM                        0x16
 #define TAS2552_VBAT_DATA              0x19