ALSA: pcmcia: Drop superfluous ioctl PCM ops
[sfrench/cifs-2.6.git] / sound / pcmcia / pdaudiocf / pdaudiocf_pcm.c
index a4be4d1b0f7df6d31673b73ebefbba94f3e01c1b..6cbe5cb3435828c9489bac72b9981975ec568ed8 100644 (file)
@@ -238,7 +238,6 @@ static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *sub
 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,
        .prepare =      pdacf_pcm_prepare,
        .trigger =      pdacf_pcm_trigger,
        .pointer =      pdacf_pcm_capture_pointer,