aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/vx222/vx222.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 08:46:59 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:18:42 -0500
commitaf26367f69a474ed809e4a59abb5855b47daaff4 (patch)
tree8ee9ec6449b3b51953cda3d546e90c064f963684 /sound/pci/vx222/vx222.h
parent9f38945fab04a0a0ea50880fa634f9bfa28f6226 (diff)
[ALSA] Remove xxx_t typedefs: VXdriver
Remove xxx_t typedefs from the VXdriver codes (vx_core support, vx222 and vxpocket). Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/vx222/vx222.h')
-rw-r--r--sound/pci/vx222/vx222.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/vx222/vx222.h b/sound/pci/vx222/vx222.h
index 18478ae124a9..2f0d78f609a6 100644
--- a/sound/pci/vx222/vx222.h
+++ b/sound/pci/vx222/vx222.h
@@ -25,7 +25,7 @@
25 25
26struct snd_vx222 { 26struct snd_vx222 {
27 27
28 vx_core_t core; 28 struct vx_core core;
29 29
30 /* h/w config; for PLX and for DSP */ 30 /* h/w config; for PLX and for DSP */
31 struct pci_dev *pci; 31 struct pci_dev *pci;