]> err.no Git - linux-2.6/blobdiff - sound/pci/au88x0/au88x0_mixer.c
Merge branch 'devel' into next
[linux-2.6] / sound / pci / au88x0 / au88x0_mixer.c
index 86e27d695c375cb43050356dcb79a17e88d97e10..c92f493d341e266c36b870f116aaf6adb9ef48a7 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 
-#include <sound/driver.h>
 #include <linux/time.h>
 #include <linux/init.h>
 #include <sound/core.h>
 
 static int __devinit snd_vortex_mixer(vortex_t * vortex)
 {
-       ac97_bus_t *pbus;
-       ac97_template_t ac97;
+       struct snd_ac97_bus *pbus;
+       struct snd_ac97_template ac97;
        int err;
-       static ac97_bus_ops_t ops = {
+       static struct snd_ac97_bus_ops ops = {
                .write = vortex_codec_write,
                .read = vortex_codec_read,
        };