ASoC: twl4030: make read-only array ramp_base static const
authorColin Ian King <colin.i.king@gmail.com>
Tue, 18 Oct 2022 15:29:28 +0000 (16:29 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 18 Oct 2022 18:16:49 +0000 (19:16 +0100)
commit67860d2a8e0db7783f680f6f1c1600ed34ed3a97
treed9544a50ac5ad5b69b971374b038ca87b0fbdb8e
parentbdde278a77d3220ba7991e6ff5e992716981ae30
ASoC: twl4030: make read-only array ramp_base static const

Don't populate the read-only array ramp_base 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/20221018152928.942186-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/twl4030.c