]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/oss/pcm_plugin.c
ALSA: oss: More constifications
[linux.git] / sound / core / oss / pcm_plugin.c
index 31cb2acf8afcc5988d47cdb2332c005c0558d18a..240e4702c09881409cd3de59306bae2409d5258f 100644 (file)
@@ -288,7 +288,7 @@ static int snd_pcm_plug_formats(const struct snd_mask *mask,
        return snd_mask_test(&formats, (__force int)format);
 }
 
-static snd_pcm_format_t preferred_formats[] = {
+static const snd_pcm_format_t preferred_formats[] = {
        SNDRV_PCM_FORMAT_S16_LE,
        SNDRV_PCM_FORMAT_S16_BE,
        SNDRV_PCM_FORMAT_U16_LE,