ALSA: arm: Drop superfluous ioctl PCM ops
[sfrench/cifs-2.6.git] / sound / arm / pxa2xx-ac97.c
index acfaf1d4ec253340f9bf63328bc205f5610c7f4e..08ae5516689080fe02d2e6c624454999e046a351 100644 (file)
@@ -173,7 +173,6 @@ static SIMPLE_DEV_PM_OPS(pxa2xx_ac97_pm_ops, pxa2xx_ac97_suspend, pxa2xx_ac97_re
 static const struct snd_pcm_ops pxa2xx_ac97_pcm_ops = {
        .open           = pxa2xx_ac97_pcm_open,
        .close          = pxa2xx_ac97_pcm_close,
-       .ioctl          = snd_pcm_lib_ioctl,
        .hw_params      = pxa2xx_pcm_hw_params,
        .hw_free        = pxa2xx_pcm_hw_free,
        .prepare        = pxa2xx_ac97_pcm_prepare,