mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
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:
parent
dd9283e23f
commit
b08b338253
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user