diff options
-rw-r--r-- | sound/pci/azt3328.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index 79b2e6b7d88b..fc18c29a8173 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c | |||
@@ -2014,7 +2014,7 @@ static const struct snd_pcm_hardware snd_azf3328_hardware = | |||
2014 | }; | 2014 | }; |
2015 | 2015 | ||
2016 | 2016 | ||
2017 | static unsigned int snd_azf3328_fixed_rates[] = { | 2017 | static const unsigned int snd_azf3328_fixed_rates[] = { |
2018 | AZF_FREQ_4000, | 2018 | AZF_FREQ_4000, |
2019 | AZF_FREQ_4800, | 2019 | AZF_FREQ_4800, |
2020 | AZF_FREQ_5512, | 2020 | AZF_FREQ_5512, |
@@ -2031,7 +2031,7 @@ static unsigned int snd_azf3328_fixed_rates[] = { | |||
2031 | AZF_FREQ_66200 | 2031 | AZF_FREQ_66200 |
2032 | }; | 2032 | }; |
2033 | 2033 | ||
2034 | static struct snd_pcm_hw_constraint_list snd_azf3328_hw_constraints_rates = { | 2034 | static const struct snd_pcm_hw_constraint_list snd_azf3328_hw_constraints_rates = { |
2035 | .count = ARRAY_SIZE(snd_azf3328_fixed_rates), | 2035 | .count = ARRAY_SIZE(snd_azf3328_fixed_rates), |
2036 | .list = snd_azf3328_fixed_rates, | 2036 | .list = snd_azf3328_fixed_rates, |
2037 | .mask = 0, | 2037 | .mask = 0, |