aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-22 10:13:30 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-23 04:52:56 -0500
commit404417e6b49694931241aada4209e1ec0b4eefee (patch)
tree7e17b881be7fc0855304d994fe1742f14999341e /sound
parent34c3a64a45958b917f88b082c442757992ef7025 (diff)
ASoC: Staticise and constify cs42l73_reg_defaults
It's not exported and doesn't need to change. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/cs42l73.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l73.c b/sound/soc/codecs/cs42l73.c
index 9f52a940bcad..d09578f397da 100644
--- a/sound/soc/codecs/cs42l73.c
+++ b/sound/soc/codecs/cs42l73.c
@@ -42,7 +42,7 @@ struct cs42l73_private {
42 u32 mclk; 42 u32 mclk;
43}; 43};
44 44
45struct reg_default cs42l73_reg_defaults[] = { 45static const struct reg_default cs42l73_reg_defaults[] = {
46 { 1, 0x42 }, /* r01 - Device ID A&B */ 46 { 1, 0x42 }, /* r01 - Device ID A&B */
47 { 2, 0xA7 }, /* r02 - Device ID C&D */ 47 { 2, 0xA7 }, /* r02 - Device ID C&D */
48 { 3, 0x30 }, /* r03 - Device ID E */ 48 { 3, 0x30 }, /* r03 - Device ID E */