diff options
Diffstat (limited to 'sound/isa/cs423x/cs4236_lib.c')
-rw-r--r-- | sound/isa/cs423x/cs4236_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/isa/cs423x/cs4236_lib.c b/sound/isa/cs423x/cs4236_lib.c index 2b7cc596f4c6..2012936f6756 100644 --- a/sound/isa/cs423x/cs4236_lib.c +++ b/sound/isa/cs423x/cs4236_lib.c | |||
@@ -138,7 +138,7 @@ static unsigned char snd_cs4236_ctrl_in(struct snd_wss *chip, unsigned char reg) | |||
138 | 138 | ||
139 | #define CLOCKS 8 | 139 | #define CLOCKS 8 |
140 | 140 | ||
141 | static struct snd_ratnum clocks[CLOCKS] = { | 141 | static const struct snd_ratnum clocks[CLOCKS] = { |
142 | { .num = 16934400, .den_min = 353, .den_max = 353, .den_step = 1 }, | 142 | { .num = 16934400, .den_min = 353, .den_max = 353, .den_step = 1 }, |
143 | { .num = 16934400, .den_min = 529, .den_max = 529, .den_step = 1 }, | 143 | { .num = 16934400, .den_min = 529, .den_max = 529, .den_step = 1 }, |
144 | { .num = 16934400, .den_min = 617, .den_max = 617, .den_step = 1 }, | 144 | { .num = 16934400, .den_min = 617, .den_max = 617, .den_step = 1 }, |
@@ -149,7 +149,7 @@ static struct snd_ratnum clocks[CLOCKS] = { | |||
149 | { .num = 16934400/16, .den_min = 21, .den_max = 192, .den_step = 1 } | 149 | { .num = 16934400/16, .den_min = 21, .den_max = 192, .den_step = 1 } |
150 | }; | 150 | }; |
151 | 151 | ||
152 | static struct snd_pcm_hw_constraint_ratnums hw_constraints_clocks = { | 152 | static const struct snd_pcm_hw_constraint_ratnums hw_constraints_clocks = { |
153 | .nrats = CLOCKS, | 153 | .nrats = CLOCKS, |
154 | .rats = clocks, | 154 | .rats = clocks, |
155 | }; | 155 | }; |