diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-07-05 12:48:29 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-07 16:39:02 +0300 |
commit | c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01 (patch) | |
tree | 8dd9daeb5a89fc544bef35b9c8643f80ff0910d3 /sound/soc/codecs/isabelle.c | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
download | linux-c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01.tar.xz |
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/isabelle.c')
-rw-r--r-- | sound/soc/codecs/isabelle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index ebd90283c960..ac7dfe79c53b 100644 --- a/sound/soc/codecs/isabelle.c +++ b/sound/soc/codecs/isabelle.c @@ -33,7 +33,7 @@ /* Register default values for ISABELLE driver. */ -static struct reg_default isabelle_reg_defs[] = { +static const struct reg_default isabelle_reg_defs[] = { { 0, 0x00 }, { 1, 0x00 }, { 2, 0x00 }, |