Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56197
b: refs/heads/master
c: 6b9fa70
h: refs/heads/master
i:
  56195: 567cedf
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 11, 2007
1 parent fa8095a commit 3afefbb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 27fe0f4b985d8427d93ff6c9457e198ab8ffe035
refs/heads/master: 6b9fa70a73e8627c2823ee95e7c55d77e0716f1c
4 changes: 3 additions & 1 deletion trunk/sound/usb/usbaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,9 @@ static int setup_hw_info(struct snd_pcm_runtime *runtime, struct snd_usb_substre

/* set the period time minimum 1ms */
snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME,
1000 * MIN_PACKS_URB,
snd_usb_get_speed(subs->dev) == USB_SPEED_FULL ?

1000 * MIN_PACKS_URB : 125 * MIN_PACKS_URB,
/*(nrpacks * MAX_URBS) * 1000*/ UINT_MAX);

if (check_hw_params_convention(subs)) {
Expand Down

0 comments on commit 3afefbb

Please sign in to comment.