ALSA: pci: Drop superfluous ioctl PCM ops
[linux-2.6-block.git] / sound / pci / bt87x.c
index 3fe522b32426e1f0f4747960cfb9b2302f83cbba..de4af1ab87c60add1df0e49679efdc9a512f1952 100644 (file)
@@ -533,7 +533,6 @@ static snd_pcm_uframes_t snd_bt87x_pointer(struct snd_pcm_substream *substream)
 static const struct snd_pcm_ops snd_bt87x_pcm_ops = {
        .open = snd_bt87x_pcm_open,
        .close = snd_bt87x_close,
-       .ioctl = snd_pcm_lib_ioctl,
        .hw_params = snd_bt87x_hw_params,
        .hw_free = snd_bt87x_hw_free,
        .prepare = snd_bt87x_prepare,