ASoC: Constify reg_default tables
Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Peter Rosin <peda@axentia.se> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <asm/div64.h>
|
||||
#include "lm49453.h"
|
||||
|
||||
static struct reg_default lm49453_reg_defs[] = {
|
||||
static const struct reg_default lm49453_reg_defs[] = {
|
||||
{ 0, 0x00 },
|
||||
{ 1, 0x00 },
|
||||
{ 2, 0x00 },
|
||||
|
Reference in New Issue
Block a user