diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-09-22 04:05:46 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-22 12:20:21 -0400 |
commit | 4548dc3c05d304cc94a550c2457a3cc3ad429a86 (patch) | |
tree | c6ca4d09c31ae0971903b78f8ca7c1243f406489 /sound/soc/codecs/twl6040.c | |
parent | 3acef6854c440b29f20d7ea0ec5f4707aad23923 (diff) |
ASoC: twl6040: Fix comments for register names
Change the register name strings in the comments for the
twl6040_reg table, so it is easier to search for specific
register.
This is cosmetic change.
Before we had for example:
TWL6040_REG_HSLCTL as register definition.
At the register table we had:
TWL6040_HSLCTL
Searching for TWL6040_HSLCTL resulted no hits.
While if we look for REG_HSLCTL, we can find the places
the register has been used.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
-rw-r--r-- | sound/soc/codecs/twl6040.c | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index 0694d65f9de3..6f6b1806337f 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c | |||
@@ -106,53 +106,53 @@ struct twl6040_data { | |||
106 | * twl6040 register cache & default register settings | 106 | * twl6040 register cache & default register settings |
107 | */ | 107 | */ |
108 | static const u8 twl6040_reg[TWL6040_CACHEREGNUM] = { | 108 | static const u8 twl6040_reg[TWL6040_CACHEREGNUM] = { |
109 | 0x00, /* not used 0x00 */ | 109 | 0x00, /* not used 0x00 */ |
110 | 0x4B, /* TWL6040_ASICID (ro) 0x01 */ | 110 | 0x4B, /* REG_ASICID 0x01 (ro) */ |
111 | 0x00, /* TWL6040_ASICREV (ro) 0x02 */ | 111 | 0x00, /* REG_ASICREV 0x02 (ro) */ |
112 | 0x00, /* TWL6040_INTID 0x03 */ | 112 | 0x00, /* REG_INTID 0x03 */ |
113 | 0x00, /* TWL6040_INTMR 0x04 */ | 113 | 0x00, /* REG_INTMR 0x04 */ |
114 | 0x00, /* TWL6040_NCPCTRL 0x05 */ | 114 | 0x00, /* REG_NCPCTRL 0x05 */ |
115 | 0x00, /* TWL6040_LDOCTL 0x06 */ | 115 | 0x00, /* REG_LDOCTL 0x06 */ |
116 | 0x60, /* TWL6040_HPPLLCTL 0x07 */ | 116 | 0x60, /* REG_HPPLLCTL 0x07 */ |
117 | 0x00, /* TWL6040_LPPLLCTL 0x08 */ | 117 | 0x00, /* REG_LPPLLCTL 0x08 */ |
118 | 0x4A, /* TWL6040_LPPLLDIV 0x09 */ | 118 | 0x4A, /* REG_LPPLLDIV 0x09 */ |
119 | 0x00, /* TWL6040_AMICBCTL 0x0A */ | 119 | 0x00, /* REG_AMICBCTL 0x0A */ |
120 | 0x00, /* TWL6040_DMICBCTL 0x0B */ | 120 | 0x00, /* REG_DMICBCTL 0x0B */ |
121 | 0x00, /* TWL6040_MICLCTL 0x0C */ | 121 | 0x00, /* REG_MICLCTL 0x0C */ |
122 | 0x00, /* TWL6040_MICRCTL 0x0D */ | 122 | 0x00, /* REG_MICRCTL 0x0D */ |
123 | 0x00, /* TWL6040_MICGAIN 0x0E */ | 123 | 0x00, /* REG_MICGAIN 0x0E */ |
124 | 0x1B, /* TWL6040_LINEGAIN 0x0F */ | 124 | 0x1B, /* REG_LINEGAIN 0x0F */ |
125 | 0x00, /* TWL6040_HSLCTL 0x10 */ | 125 | 0x00, /* REG_HSLCTL 0x10 */ |
126 | 0x00, /* TWL6040_HSRCTL 0x11 */ | 126 | 0x00, /* REG_HSRCTL 0x11 */ |
127 | 0x00, /* TWL6040_HSGAIN 0x12 */ | 127 | 0x00, /* REG_HSGAIN 0x12 */ |
128 | 0x00, /* TWL6040_EARCTL 0x13 */ | 128 | 0x00, /* REG_EARCTL 0x13 */ |
129 | 0x00, /* TWL6040_HFLCTL 0x14 */ | 129 | 0x00, /* REG_HFLCTL 0x14 */ |
130 | 0x00, /* TWL6040_HFLGAIN 0x15 */ | 130 | 0x00, /* REG_HFLGAIN 0x15 */ |
131 | 0x00, /* TWL6040_HFRCTL 0x16 */ | 131 | 0x00, /* REG_HFRCTL 0x16 */ |
132 | 0x00, /* TWL6040_HFRGAIN 0x17 */ | 132 | 0x00, /* REG_HFRGAIN 0x17 */ |
133 | 0x00, /* TWL6040_VIBCTLL 0x18 */ | 133 | 0x00, /* REG_VIBCTLL 0x18 */ |
134 | 0x00, /* TWL6040_VIBDATL 0x19 */ | 134 | 0x00, /* REG_VIBDATL 0x19 */ |
135 | 0x00, /* TWL6040_VIBCTLR 0x1A */ | 135 | 0x00, /* REG_VIBCTLR 0x1A */ |
136 | 0x00, /* TWL6040_VIBDATR 0x1B */ | 136 | 0x00, /* REG_VIBDATR 0x1B */ |
137 | 0x00, /* TWL6040_HKCTL1 0x1C */ | 137 | 0x00, /* REG_HKCTL1 0x1C */ |
138 | 0x00, /* TWL6040_HKCTL2 0x1D */ | 138 | 0x00, /* REG_HKCTL2 0x1D */ |
139 | 0x00, /* TWL6040_GPOCTL 0x1E */ | 139 | 0x00, /* REG_GPOCTL 0x1E */ |
140 | 0x00, /* TWL6040_ALB 0x1F */ | 140 | 0x00, /* REG_ALB 0x1F */ |
141 | 0x00, /* TWL6040_DLB 0x20 */ | 141 | 0x00, /* REG_DLB 0x20 */ |
142 | 0x00, /* not used 0x21 */ | 142 | 0x00, /* not used 0x21 */ |
143 | 0x00, /* not used 0x22 */ | 143 | 0x00, /* not used 0x22 */ |
144 | 0x00, /* not used 0x23 */ | 144 | 0x00, /* not used 0x23 */ |
145 | 0x00, /* not used 0x24 */ | 145 | 0x00, /* not used 0x24 */ |
146 | 0x00, /* not used 0x25 */ | 146 | 0x00, /* not used 0x25 */ |
147 | 0x00, /* not used 0x26 */ | 147 | 0x00, /* not used 0x26 */ |
148 | 0x00, /* not used 0x27 */ | 148 | 0x00, /* not used 0x27 */ |
149 | 0x00, /* TWL6040_TRIM1 0x28 */ | 149 | 0x00, /* REG_TRIM1 0x28 */ |
150 | 0x00, /* TWL6040_TRIM2 0x29 */ | 150 | 0x00, /* REG_TRIM2 0x29 */ |
151 | 0x00, /* TWL6040_TRIM3 0x2A */ | 151 | 0x00, /* REG_TRIM3 0x2A */ |
152 | 0x00, /* TWL6040_HSOTRIM 0x2B */ | 152 | 0x00, /* REG_HSOTRIM 0x2B */ |
153 | 0x00, /* TWL6040_HFOTRIM 0x2C */ | 153 | 0x00, /* REG_HFOTRIM 0x2C */ |
154 | 0x09, /* TWL6040_ACCCTL 0x2D */ | 154 | 0x09, /* REG_ACCCTL 0x2D */ |
155 | 0x00, /* TWL6040_STATUS (ro) 0x2E */ | 155 | 0x00, /* REG_STATUS 0x2E (ro) */ |
156 | }; | 156 | }; |
157 | 157 | ||
158 | /* List of registers to be restored after power up */ | 158 | /* List of registers to be restored after power up */ |