Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / sound / isa / sc6000.c
index 395ee3b1794dcc77e0ecffba1a1eb8ec444ea407..3d0bea44f454ac8e4f58ab89ef31ba2a50f61a09 100644 (file)
@@ -534,8 +534,8 @@ static int snd_sc6000_match(struct device *devptr, unsigned int dev)
 
 static int snd_sc6000_probe(struct device *devptr, unsigned int dev)
 {
-       static int possible_irqs[] = { 5, 7, 9, 10, 11, -1 };
-       static int possible_dmas[] = { 1, 3, 0, -1 };
+       static const int possible_irqs[] = { 5, 7, 9, 10, 11, -1 };
+       static const int possible_dmas[] = { 1, 3, 0, -1 };
        int err;
        int xirq = irq[dev];
        int xdma = dma[dev];