ALSA: vx: More constifications
[sfrench/cifs-2.6.git] / sound / drivers / vx / vx_mixer.c
index b17c67b14d59a6b7777f5b37dd23b8155a65e885..13099f8c84d619e90b9e1d8a025fea25bce1c8fd 100644 (file)
@@ -961,7 +961,7 @@ int snd_vx_mixer_new(struct vx_core *chip)
                return err;
        /* VU, peak, saturation meters */
        for (c = 0; c < 2; c++) {
-               static char *dir[2] = { "Output", "Input" };
+               static const char * const dir[2] = { "Output", "Input" };
                for (i = 0; i < chip->hw->num_ins; i++) {
                        int val = (i * 2) | (c << 8);
                        if (c == 1) {