Merge remote-tracking branch 'asoc/topic/pcm' into asoc-next
[cascardo/linux.git] / sound / soc / atmel / atmel-pcm-pdc.c
index da861b4..91b7069 100644 (file)
@@ -381,7 +381,7 @@ static int atmel_pcm_close(struct snd_pcm_substream *substream)
        return 0;
 }
 
-static struct snd_pcm_ops atmel_pcm_ops = {
+static const struct snd_pcm_ops atmel_pcm_ops = {
        .open           = atmel_pcm_open,
        .close          = atmel_pcm_close,
        .ioctl          = snd_pcm_lib_ioctl,