We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b4b72 commit c0d088fCopy full SHA for c0d088f
sound/soc/codecs/wm8523.c
@@ -100,7 +100,7 @@ static const struct snd_soc_dapm_route wm8523_dapm_routes[] = {
100
{ "LINEVOUTR", NULL, "DAC" },
101
};
102
103
-static struct {
+static const struct {
104
int value;
105
int ratio;
106
} lrclk_ratios[WM8523_NUM_RATES] = {
@@ -113,7 +113,7 @@ static struct {
113
{ 7, 1152 },
114
115
116
117
118
119
} bclk_ratios[] = {
0 commit comments