diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 08:55:19 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:18:59 -0500 |
commit | 2fd16874aa6322e8b61879a78f3b485999506833 (patch) | |
tree | 3d7033f5e9a7873f0c7b871b8b097c79c1cec5e6 /sound/pci/au88x0/au88x0_mixer.c | |
parent | 208a1b4cb5ad97510aa9cbe51d09e55656691cb4 (diff) |
[ALSA] Remove xxx_t typedefs: PCI AU88x0
Modules: au88x0 driver
Remove xxx_t typedefs from the PCI AU88x0 drivers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/au88x0/au88x0_mixer.c')
-rw-r--r-- | sound/pci/au88x0/au88x0_mixer.c | 6 |
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 | ||
14 | static int __devinit snd_vortex_mixer(vortex_t * vortex) | 14 | static 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 | }; |