media: Drop superfluous ioctl PCM ops
[sfrench/cifs-2.6.git] / drivers / media / pci / saa7134 / saa7134-alsa.c
index 0385127dd7ff9810e0c625685056bbdde97a8721..544ca57eee75caed8a3f5b8e98fa4c997283050e 100644 (file)
@@ -865,7 +865,6 @@ static struct page *snd_card_saa7134_page(struct snd_pcm_substream *substream,
 static const struct snd_pcm_ops snd_card_saa7134_capture_ops = {
        .open =                 snd_card_saa7134_capture_open,
        .close =                snd_card_saa7134_capture_close,
-       .ioctl =                snd_pcm_lib_ioctl,
        .hw_params =            snd_card_saa7134_hw_params,
        .hw_free =              snd_card_saa7134_hw_free,
        .prepare =              snd_card_saa7134_capture_prepare,