diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-09-26 04:03:09 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:16:39 -0500 |
commit | 3527a008cbc51dd23a8bf4927e3ab29423b0d05b (patch) | |
tree | b5aaab3e8800a3d333e8639f7b4fa59d460fb804 /sound/usb/usbaudio.h | |
parent | 3cfc1eb181b49dfbfeaf20ebfeb5cd2af4c4c4b5 (diff) |
[ALSA] usb-audio: remove old compatibility wrappers (2/2)
Modules: USB generic driver
Move the usb_complete_callback() compatibility wrapper out of the
kernel tree.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/usb/usbaudio.h')
-rw-r--r-- | sound/usb/usbaudio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h index b58dc0ca7d38..b5802022bb19 100644 --- a/sound/usb/usbaudio.h +++ b/sound/usb/usbaudio.h | |||
@@ -249,10 +249,6 @@ void snd_usbmidi_disconnect(struct list_head *p); | |||
249 | #define get_cfg_desc(cfg) (&(cfg)->desc) | 249 | #define get_cfg_desc(cfg) (&(cfg)->desc) |
250 | #endif | 250 | #endif |
251 | 251 | ||
252 | #ifndef snd_usb_complete_callback | ||
253 | #define snd_usb_complete_callback(x) (x) | ||
254 | #endif | ||
255 | |||
256 | #ifndef snd_usb_get_speed | 252 | #ifndef snd_usb_get_speed |
257 | #define snd_usb_get_speed(dev) ((dev)->speed) | 253 | #define snd_usb_get_speed(dev) ((dev)->speed) |
258 | #endif | 254 | #endif |