ALSA: ppc: Drop superfluous ioctl PCM ops
[sfrench/cifs-2.6.git] / sound / ppc / snd_ps3.c
index c6c004958e6f4221da34a42844bda8a20ac7f1fa..2b4c0268a86b6637cdb3d85129fb0a92d88813f9 100644 (file)
@@ -742,7 +742,6 @@ static struct snd_kcontrol_new spdif_ctls[] = {
 static const struct snd_pcm_ops snd_ps3_pcm_spdif_ops = {
        .open = snd_ps3_pcm_open,
        .close = snd_ps3_pcm_close,
-       .ioctl = snd_pcm_lib_ioctl,
        .prepare = snd_ps3_pcm_prepare,
        .trigger = snd_ps3_pcm_trigger,
        .pointer = snd_ps3_pcm_pointer,