diff options
Diffstat (limited to 'sound/soc/codecs/cs53l30.c')
-rw-r--r-- | sound/soc/codecs/cs53l30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs53l30.c b/sound/soc/codecs/cs53l30.c index 1e0d5973b758..06933a5d0a75 100644 --- a/sound/soc/codecs/cs53l30.c +++ b/sound/soc/codecs/cs53l30.c | |||
@@ -747,7 +747,7 @@ static unsigned int const cs53l30_src_rates[] = { | |||
747 | 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 | 747 | 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 |
748 | }; | 748 | }; |
749 | 749 | ||
750 | static struct snd_pcm_hw_constraint_list src_constraints = { | 750 | static const struct snd_pcm_hw_constraint_list src_constraints = { |
751 | .count = ARRAY_SIZE(cs53l30_src_rates), | 751 | .count = ARRAY_SIZE(cs53l30_src_rates), |
752 | .list = cs53l30_src_rates, | 752 | .list = cs53l30_src_rates, |
753 | }; | 753 | }; |