Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ASoC: cs4349: Constify cs4349_regmap

parent dd9283e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,