projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9283e
)
ASoC: cs4349: Constify cs4349_regmap
author
Axel Lin
<axel.lin@ingics.com>
Fri, 17 Jul 2015 15:43:02 +0000
(23:43 +0800)
committer
Mark Brown
<broonie@kernel.org>
Sat, 18 Jul 2015 21:30:21 +0000
(22:30 +0100)
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>
sound/soc/codecs/cs4349.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/cs4349.c
b/sound/soc/codecs/cs4349.c
index 9273b06e918b218f73255ebad01d32155549ecff..f4fccc621ceb0715a6cb7273c0ff450b42ef349f 100644
(file)
--- 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,