Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157924
b: refs/heads/master
c: f1e6d3c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Aug 11, 2009
1 parent 7702083 commit c8a7f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 765e8db078e63fdc076fcf6024c15d3b7b955746
refs/heads/master: f1e6d3c5cf86675e54a17a89668aa6685d2ef59d
2 changes: 1 addition & 1 deletion trunk/sound/usb/usbaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ static int init_substream_urbs(struct snd_usb_substream *subs, unsigned int peri
urb_packs = 1;
urb_packs *= packs_per_ms;
if (subs->syncpipe)
urb_packs = min(urb_packs, 1 << subs->syncinterval);
urb_packs = min(urb_packs, 1U << subs->syncinterval);

/* decide how many packets to be used */
if (is_playback) {
Expand Down

0 comments on commit c8a7f77

Please sign in to comment.