diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-07-17 18:43:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-19 00:30:21 +0300 |
commit | b08b338253e917be45ee19924b58dd0b1265473f (patch) | |
tree | c8c6272dfba7008c293e9a5257234409603e3afb /sound/soc/codecs/cs4349.c | |
parent | dd9283e23f674281c02cd8cbf894cb3132a4e3a6 (diff) | |
download | linux-b08b338253e917be45ee19924b58dd0b1265473f.tar.xz |
ASoC: cs4349: Constify cs4349_regmap
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Tim Howe <tim.howe@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs4349.c')
-rw-r--r-- | sound/soc/codecs/cs4349.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4349.c b/sound/soc/codecs/cs4349.c index 9273b06e918b..f4fccc621ceb 100644 --- a/sound/soc/codecs/cs4349.c +++ b/sound/soc/codecs/cs4349.c @@ -264,7 +264,7 @@ static struct snd_soc_codec_driver soc_codec_dev_cs4349 = { .num_dapm_routes = ARRAY_SIZE(cs4349_routes), }; -static struct regmap_config cs4349_regmap = { +static const struct regmap_config cs4349_regmap = { .reg_bits = 8, .val_bits = 8, |