ALSA: firewire-speakers, oxygen, ua101: allow > 10 s periods
[pandora-kernel.git] / sound / firewire / speakers.c
index 5466de8..3fc257d 100644 (file)
@@ -171,7 +171,7 @@ static int fwspk_open(struct snd_pcm_substream *substream)
 
        err = snd_pcm_hw_constraint_minmax(runtime,
                                           SNDRV_PCM_HW_PARAM_PERIOD_TIME,
-                                          5000, 8192000);
+                                          5000, UINT_MAX);
        if (err < 0)
                return err;