提交 404417e6 编写于 作者: M Mark Brown

ASoC: Staticise and constify cs42l73_reg_defaults

It's not exported and doesn't need to change.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 34c3a64a
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册