Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / sound / pci / ctxfi / ctpcm.c
index d86c474ca5b62da74aee826b4021bdccb4f09088..974978041558b2a08d1837432240e2abe011cf58 100644 (file)
@@ -372,7 +372,7 @@ ct_pcm_capture_pointer(struct snd_pcm_substream *substream)
 }
 
 /* PCM operators for playback */
-static struct snd_pcm_ops ct_pcm_playback_ops = {
+static const struct snd_pcm_ops ct_pcm_playback_ops = {
        .open           = ct_pcm_playback_open,
        .close          = ct_pcm_playback_close,
        .ioctl          = snd_pcm_lib_ioctl,
@@ -385,7 +385,7 @@ static struct snd_pcm_ops ct_pcm_playback_ops = {
 };
 
 /* PCM operators for capture */
-static struct snd_pcm_ops ct_pcm_capture_ops = {
+static const struct snd_pcm_ops ct_pcm_capture_ops = {
        .open           = ct_pcm_capture_open,
        .close          = ct_pcm_capture_close,
        .ioctl          = snd_pcm_lib_ioctl,
This page took 0.025466 seconds and 5 git commands to generate.