aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/usx2y/usX2Yhwdep.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 15:08:26 +0100
committerJaroslav Kysela <perex@suse.cz>2006-01-03 12:19:56 +0100
commitbbe85bbd02b2220c819ad1e33c9d6327131ad281 (patch)
treef22dffee1b6211dae18ac7946facbb7add845ca3 /sound/usb/usx2y/usX2Yhwdep.h
parent86e07d34658bb85b3424f4db64fa28f884edbe8d (diff)
[ALSA] Remove xxx_t typedefs: USB-USX2Y
Modules: USB USX2Y Remove xxx_t typedefs from the USB-USX2Y driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/usx2y/usX2Yhwdep.h')
-rw-r--r--sound/usb/usx2y/usX2Yhwdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usx2y/usX2Yhwdep.h b/sound/usb/usx2y/usX2Yhwdep.h
index d612a26eb77..c095d5bf122 100644
--- a/sound/usb/usx2y/usX2Yhwdep.h
+++ b/sound/usb/usx2y/usX2Yhwdep.h
@@ -1,6 +1,6 @@
#ifndef USX2YHWDEP_H
#define USX2YHWDEP_H
-int usX2Y_hwdep_new(snd_card_t* card, struct usb_device* device);
+int usX2Y_hwdep_new(struct snd_card *card, struct usb_device* device);
#endif