ASoC: cs42l43: make const array controls static
authorColin Ian King <colin.i.king@gmail.com>
Fri, 15 Sep 2023 09:26:39 +0000 (10:26 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 15 Sep 2023 23:05:56 +0000 (00:05 +0100)
commit9dc098e3d7297ec895436a799f5faf27d430674c
tree1af6c4ed0d4595007320053205ae7f471be442cd
parent24af0d7c0f9f49a243b77e607e3f4a4737386b59
ASoC: cs42l43: make const array controls static

Don't populate the const array controls on the stack, instead make it
static.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230915092639.31074-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l43.c