Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48492
b: refs/heads/master
c: 596f967
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina authored and Jaroslav Kysela committed Feb 14, 2007
1 parent b95374c commit e89ccfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e292c0013d7d4158169eb9786aa0f9816eb5b40
refs/heads/master: 596f967f501799f87fded9e296ce0b14cd233674
10 changes: 0 additions & 10 deletions trunk/sound/usb/usbaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,16 +325,6 @@ static int prepare_capture_urb(struct snd_usb_substream *subs,
}
urb->transfer_buffer_length = offs;
urb->number_of_packets = ctx->packets;
#if 0 // for check
if (! urb->bandwidth) {
int bustime;
bustime = usb_check_bandwidth(urb->dev, urb);
if (bustime < 0)
return bustime;
printk("urb %d: bandwidth = %d (packets = %d)\n", ctx->index, bustime, urb->number_of_packets);
usb_claim_bandwidth(urb->dev, urb, bustime, 1);
}
#endif // for check
return 0;
}

Expand Down

0 comments on commit e89ccfe

Please sign in to comment.