diff options
Diffstat (limited to 'sound/soc/codecs/cs35l34.c')
-rw-r--r-- | sound/soc/codecs/cs35l34.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs35l34.c b/sound/soc/codecs/cs35l34.c index 7c5d1510cf2c..0a747c66cc6c 100644 --- a/sound/soc/codecs/cs35l34.c +++ b/sound/soc/codecs/cs35l34.c | |||
@@ -567,12 +567,12 @@ static int cs35l34_pcm_hw_params(struct snd_pcm_substream *substream, | |||
567 | return ret; | 567 | return ret; |
568 | } | 568 | } |
569 | 569 | ||
570 | static unsigned int cs35l34_src_rates[] = { | 570 | static const unsigned int cs35l34_src_rates[] = { |
571 | 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 | 571 | 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 |
572 | }; | 572 | }; |
573 | 573 | ||
574 | 574 | ||
575 | static struct snd_pcm_hw_constraint_list cs35l34_constraints = { | 575 | static const struct snd_pcm_hw_constraint_list cs35l34_constraints = { |
576 | .count = ARRAY_SIZE(cs35l34_src_rates), | 576 | .count = ARRAY_SIZE(cs35l34_src_rates), |
577 | .list = cs35l34_src_rates, | 577 | .list = cs35l34_src_rates, |
578 | }; | 578 | }; |