From: Axel Lin Date: Fri, 17 Jul 2015 15:43:02 +0000 (+0800) Subject: ASoC: cs4349: Constify cs4349_regmap X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b08b338253e917be45ee19924b58dd0b1265473f;p=linux-beck.git ASoC: cs4349: Constify cs4349_regmap Signed-off-by: Axel Lin Acked-by: Tim Howe Signed-off-by: Mark Brown --- 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,