Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0d088f0 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: wm8523: Constfiy lrclk_ratios and bclk_ratios



Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 19b4b729
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ static const struct snd_soc_dapm_route wm8523_dapm_routes[] = {
	{ "LINEVOUTR", NULL, "DAC" },
};

static struct {
static const struct {
	int value;
	int ratio;
} lrclk_ratios[WM8523_NUM_RATES] = {
@@ -113,7 +113,7 @@ static struct {
	{ 7, 1152 },
};

static struct {
static const struct {
	int value;
	int ratio;
} bclk_ratios[] = {