summaryrefslogtreecommitdiff
path: root/sys/dev/sound/usb
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-06-23 06:00:31 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-06-23 06:00:31 +0000
commit8f9e0ef947d29b8728c62a941c13e127120701fc (patch)
tree2aaa455089580714b5ee995a443139a376f9af49 /sys/dev/sound/usb
parentc07af67dc8460b0734a1e942083d4e15077ca48f (diff)
Notes
Diffstat (limited to 'sys/dev/sound/usb')
-rw-r--r--sys/dev/sound/usb/uaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c
index d93edbe19e78..44a488f44667 100644
--- a/sys/dev/sound/usb/uaudio.c
+++ b/sys/dev/sound/usb/uaudio.c
@@ -1257,7 +1257,7 @@ tr_transferred:
offset1 = offset0;
pc = usbd_xfer_get_frame(xfer, n);
- len = usbd_xfer_get_framelen(xfer, n);
+ len = usbd_xfer_frame_len(xfer, n);
while (len > 0) {