Unverified Commit c4fd082e authored by Rikard Falkeborn's avatar Rikard Falkeborn Committed by Mark Brown
Browse files

ASoc: rt5631: Constify static struct coeff_clk_div



coeff_div is only read from, so make it const to show the intent.

Signed-off-by: default avatarRikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20210224211918.39109-5-rikard.falkeborn@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3084e5f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1283,7 +1283,7 @@ static const struct pll_div codec_slave_pll_div[] = {
	{3072000,  12288000,  0x0a90},
};

static struct coeff_clk_div coeff_div[] = {
static const struct coeff_clk_div coeff_div[] = {
	/* sysclk is 256fs */
	{2048000,  8000 * 32,  8000, 0x1000},
	{2048000,  8000 * 64,  8000, 0x0000},