mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-24 19:44:55 +00:00
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>
This commit is contained in:
parent
34c3a64a45
commit
404417e6b4
@ -42,7 +42,7 @@ struct cs42l73_private {
|
|||||||
u32 mclk;
|
u32 mclk;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct reg_default cs42l73_reg_defaults[] = {
|
static const struct reg_default cs42l73_reg_defaults[] = {
|
||||||
{ 1, 0x42 }, /* r01 - Device ID A&B */
|
{ 1, 0x42 }, /* r01 - Device ID A&B */
|
||||||
{ 2, 0xA7 }, /* r02 - Device ID C&D */
|
{ 2, 0xA7 }, /* r02 - Device ID C&D */
|
||||||
{ 3, 0x30 }, /* r03 - Device ID E */
|
{ 3, 0x30 }, /* r03 - Device ID E */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user