Skip to content

Commit

Permalink
ASoC: wm8523: Constfiy lrclk_ratios and bclk_ratios
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 2, 2017
1 parent 19b4b72 commit c0d088f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/wm8523.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand All @@ -113,7 +113,7 @@ static struct {
{ 7, 1152 },
};

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

0 comments on commit c0d088f

Please sign in to comment.