Commit b08b3382 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: cs4349: Constify cs4349_regmap

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarTim Howe <tim.howe@cirrus.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent dd9283e2
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment