aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-10-29 21:15:45 +0200
committerJaroslav Kysela <perex@suse.cz>2004-10-29 21:15:45 +0200
commit2b5223e780d558eb255e3f631f1a0400c6ead531 (patch)
tree50e34671018bd3ff59c831908115739f0ebce707 /sound
parent1cefb0bf75329737a0f836134f6de961d3566748 (diff)
downloadhistory-2b5223e780d558eb255e3f631f1a0400c6ead531.tar.gz
[ALSA] remove old compatibility code
USB USX2Y Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/usx2y/usbusx2yaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/usx2y/usbusx2yaudio.c b/sound/usb/usx2y/usbusx2yaudio.c
index c0eeb39a95673c..152bfa2ff39e91 100644
--- a/sound/usb/usx2y/usbusx2yaudio.c
+++ b/sound/usb/usx2y/usbusx2yaudio.c
@@ -457,7 +457,7 @@ static int usX2Y_urbs_allocate(snd_usX2Y_substream_t *subs)
(*purb)->number_of_packets = nr_of_packs();
(*purb)->context = subs;
(*purb)->interval = 1;
- (*purb)->complete = snd_usb_complete_callback(i_usX2Y_subs_startup);
+ (*purb)->complete = i_usX2Y_subs_startup;
}
return 0;
}