ALSA: arm: More constification
[sfrench/cifs-2.6.git] / sound / arm / aaci.c
index d663bd7adae69fe1f016fbb044fd48d1de327dff..a0996c47e58fee5b72da40163162ab895770758a 100644 (file)
@@ -380,7 +380,7 @@ static const struct snd_pcm_hardware aaci_hw_info = {
 static int aaci_rule_channels(struct snd_pcm_hw_params *p,
        struct snd_pcm_hw_rule *rule)
 {
-       static unsigned int channel_list[] = { 2, 4, 6 };
+       static const unsigned int channel_list[] = { 2, 4, 6 };
        struct aaci *aaci = rule->private;
        unsigned int mask = 1 << 0, slots;