Skip to content

Commit

Permalink
ASoC: Staticise and constify cs42l73_reg_defaults
Browse files Browse the repository at this point in the history
It's not exported and doesn't need to change.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 23, 2011
1 parent 34c3a64 commit 404417e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs42l73.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct cs42l73_private {
u32 mclk;
};

struct reg_default cs42l73_reg_defaults[] = {
static const struct reg_default cs42l73_reg_defaults[] = {
{ 1, 0x42 }, /* r01 - Device ID A&B */
{ 2, 0xA7 }, /* r02 - Device ID C&D */
{ 3, 0x30 }, /* r03 - Device ID E */
Expand Down

0 comments on commit 404417e

Please sign in to comment.