projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab148b4
)
ASoC: wcd938x: Make read-only array minCode_param static const
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 2 Dec 2022 17:06:44 +0000
(17:06 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 5 Dec 2022 14:05:39 +0000
(14:05 +0000)
Don't populate the read-only array minCode_param on the stack but
instead make it static const. Also makes the object code a little
smaller.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://lore.kernel.org/r/20221202170644.1814720-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd938x.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wcd938x.c
b/sound/soc/codecs/wcd938x.c
index aca06a4026f3e3680926b9261387fe811fd57cab..fcac763b04d1bc18bd73e0e00a3f2ef477952d09 100644
(file)
--- a/
sound/soc/codecs/wcd938x.c
+++ b/
sound/soc/codecs/wcd938x.c
@@
-3128,8
+3128,8
@@
static inline void wcd938x_mbhc_get_result_params(struct wcd938x_priv *wcd938x,
s16 c1;
s32 x1, d1;
int32_t denom;
- int minCode_param[] = {
-
3277, 1639, 820, 410, 205, 103, 52, 26
+
static const
int minCode_param[] = {
+ 3277, 1639, 820, 410, 205, 103, 52, 26
};
regmap_update_bits(wcd938x->regmap, WCD938X_ANA_MBHC_ZDET, 0x20, 0x20);