mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 22:10:49 +07:00
ASoC: wm8523: Constfiy lrclk_ratios and bclk_ratios
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
19b4b72926
commit
c0d088f04f
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user