aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/au88x0/au88x0_mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/au88x0/au88x0_mixer.c')
-rw-r--r--sound/pci/au88x0/au88x0_mixer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/au88x0/au88x0_mixer.c b/sound/pci/au88x0/au88x0_mixer.c
index 86e27d695c37..c96da1dab863 100644
--- a/sound/pci/au88x0/au88x0_mixer.c
+++ b/sound/pci/au88x0/au88x0_mixer.c
@@ -13,10 +13,10 @@
13 13
14static int __devinit snd_vortex_mixer(vortex_t * vortex) 14static int __devinit snd_vortex_mixer(vortex_t * vortex)
15{ 15{
16 ac97_bus_t *pbus; 16 struct snd_ac97_bus *pbus;
17 ac97_template_t ac97; 17 struct snd_ac97_template ac97;
18 int err; 18 int err;
19 static ac97_bus_ops_t ops = { 19 static struct snd_ac97_bus_ops ops = {
20 .write = vortex_codec_write, 20 .write = vortex_codec_write,
21 .read = vortex_codec_read, 21 .read = vortex_codec_read,
22 }; 22 };