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>
This commit is contained in:
Axel Lin 2015-07-17 23:43:02 +08:00 committed by Mark Brown
parent dd9283e23f
commit b08b338253

View file

@ -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,