diff options
| -rw-r--r-- | sound/soc/codecs/wm8523.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c index b1e4ce72e533..c7c33e98fbcb 100644 --- a/sound/soc/codecs/wm8523.c +++ b/sound/soc/codecs/wm8523.c | |||
| @@ -100,7 +100,7 @@ static const struct snd_soc_dapm_route wm8523_dapm_routes[] = { | |||
| 100 | { "LINEVOUTR", NULL, "DAC" }, | 100 | { "LINEVOUTR", NULL, "DAC" }, |
| 101 | }; | 101 | }; |
| 102 | 102 | ||
| 103 | static struct { | 103 | static const struct { |
| 104 | int value; | 104 | int value; |
| 105 | int ratio; | 105 | int ratio; |
| 106 | } lrclk_ratios[WM8523_NUM_RATES] = { | 106 | } lrclk_ratios[WM8523_NUM_RATES] = { |
| @@ -113,7 +113,7 @@ static struct { | |||
| 113 | { 7, 1152 }, | 113 | { 7, 1152 }, |
| 114 | }; | 114 | }; |
| 115 | 115 | ||
| 116 | static struct { | 116 | static const struct { |
| 117 | int value; | 117 | int value; |
| 118 | int ratio; | 118 | int ratio; |
| 119 | } bclk_ratios[] = { | 119 | } bclk_ratios[] = { |
