diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-07-05 11:48:29 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-07 15:39:02 +0200 |
commit | c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01 (patch) | |
tree | 8dd9daeb5a89fc544bef35b9c8643f80ff0910d3 /sound/soc/codecs/max9768.c | |
parent | Linux 4.2-rc1 (diff) | |
download | linux-c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01.tar.xz linux-c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01.zip |
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>
Diffstat (limited to 'sound/soc/codecs/max9768.c')
-rw-r--r-- | sound/soc/codecs/max9768.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max9768.c b/sound/soc/codecs/max9768.c index e1c196a41930..e3ccea229160 100644 --- a/sound/soc/codecs/max9768.c +++ b/sound/soc/codecs/max9768.c @@ -35,7 +35,7 @@ struct max9768 { u32 flags; }; -static struct reg_default max9768_default_regs[] = { +static const struct reg_default max9768_default_regs[] = { { 0, 0 }, { 3, MAX9768_CTRL_FILTERLESS}, }; |