diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/firewire/dice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/dice.c b/sound/firewire/dice.c index cfa98a83acb2..57ceb13f2815 100644 --- a/sound/firewire/dice.c +++ b/sound/firewire/dice.c | |||
@@ -350,7 +350,7 @@ static int dice_open(struct snd_pcm_substream *substream) | |||
350 | 350 | ||
351 | err = snd_pcm_hw_constraint_minmax(runtime, | 351 | err = snd_pcm_hw_constraint_minmax(runtime, |
352 | SNDRV_PCM_HW_PARAM_PERIOD_TIME, | 352 | SNDRV_PCM_HW_PARAM_PERIOD_TIME, |
353 | 5000, 8192000); | 353 | 5000, UINT_MAX); |
354 | if (err < 0) | 354 | if (err < 0) |
355 | goto err_lock; | 355 | goto err_lock; |
356 | 356 | ||