ALSA: pcmcia: constify snd_pcm_ops structures
[sfrench/cifs-2.6.git] / sound / pcmcia / pdaudiocf / pdaudiocf_pcm.c
index d78840934c00b20c5862c12a9299c7784fc8415d..4a2354b5ae00b7f6a38e425b6e558f2165ed9aff 100644 (file)
@@ -266,7 +266,7 @@ static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *sub
 /*
  * operators for PCM capture
  */
-static struct snd_pcm_ops pdacf_pcm_capture_ops = {
+static const struct snd_pcm_ops pdacf_pcm_capture_ops = {
        .open =         pdacf_pcm_capture_open,
        .close =        pdacf_pcm_capture_close,
        .ioctl =        snd_pcm_lib_ioctl,