summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs4349.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-07-17 23:43:02 +0800
committerMark Brown <broonie@kernel.org>2015-07-18 22:30:21 +0100
commitb08b338253e917be45ee19924b58dd0b1265473f (patch)
treec8c6272dfba7008c293e9a5257234409603e3afb /sound/soc/codecs/cs4349.c
parentdd9283e23f674281c02cd8cbf894cb3132a4e3a6 (diff)
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.c2
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,