ASoC: uniphier: aio-core: Make some read-only arrays static const
authorColin Ian King <colin.i.king@gmail.com>
Fri, 2 Dec 2022 16:41:56 +0000 (16:41 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 5 Dec 2022 14:05:40 +0000 (14:05 +0000)
commitcb870fdcf1332ee791d7de6bbf350f15fc19c989
tree4b77cc952a190f623bd2237d82fabe9fcbfbbdfe
parente110ede8c31da90caae375deeac12e553a0aeaf5
ASoC: uniphier: aio-core: Make some read-only arrays static const

Don't populate the read-only arrays slotsel_2ch, slotsel_multi, v_pll
and v_div on the stack but instead make them 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/20221202164156.1812971-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/uniphier/aio-core.c