ALSA: drivers: Drop superfluous ioctl PCM ops
[sfrench/cifs-2.6.git] / sound / drivers / vx / vx_pcm.c
index 615e8b2b85f654e123376f091c19ac050f926369..664b9efa9a502c6580acb913e43ec6d6ffad4d9b 100644 (file)
@@ -843,7 +843,6 @@ static int vx_pcm_prepare(struct snd_pcm_substream *subs)
 static const struct snd_pcm_ops vx_pcm_playback_ops = {
        .open =         vx_pcm_playback_open,
        .close =        vx_pcm_playback_close,
-       .ioctl =        snd_pcm_lib_ioctl,
        .prepare =      vx_pcm_prepare,
        .trigger =      vx_pcm_trigger,
        .pointer =      vx_pcm_playback_pointer,
@@ -1061,7 +1060,6 @@ static snd_pcm_uframes_t vx_pcm_capture_pointer(struct snd_pcm_substream *subs)
 static const struct snd_pcm_ops vx_pcm_capture_ops = {
        .open =         vx_pcm_capture_open,
        .close =        vx_pcm_capture_close,
-       .ioctl =        snd_pcm_lib_ioctl,
        .prepare =      vx_pcm_prepare,
        .trigger =      vx_pcm_trigger,
        .pointer =      vx_pcm_capture_pointer,