ALSA: line6: make snd_pcm_ops const
[linux-2.6-block.git] / sound / usb / line6 / playback.c
index 812d18191e018abc588c5a18306d413181e3af04..819e9b2d1d6e5ea4376c2d85829311937ef9958a 100644 (file)
@@ -393,7 +393,7 @@ static int snd_line6_playback_close(struct snd_pcm_substream *substream)
 }
 
 /* playback operators */
-struct snd_pcm_ops snd_line6_playback_ops = {
+const struct snd_pcm_ops snd_line6_playback_ops = {
        .open = snd_line6_playback_open,
        .close = snd_line6_playback_close,
        .ioctl = snd_pcm_lib_ioctl,