“4a428c8fbbc5398912727107124484e563707c9c”上不存在“paddle/fluid/operators/maxout_op.cc”
提交 435a9be8 编写于 作者: C Clemens Ladisch

ALSA: dice: remove 10s period length limit

Since commit f2b3614c (Don't check DMA time-out too shortly), we
need no longer to restrict the period length to less than 10 s.
Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
上级 eadce07f
...@@ -350,7 +350,7 @@ static int dice_open(struct snd_pcm_substream *substream) ...@@ -350,7 +350,7 @@ static int dice_open(struct snd_pcm_substream *substream)
err = snd_pcm_hw_constraint_minmax(runtime, err = snd_pcm_hw_constraint_minmax(runtime,
SNDRV_PCM_HW_PARAM_PERIOD_TIME, SNDRV_PCM_HW_PARAM_PERIOD_TIME,
5000, 8192000); 5000, UINT_MAX);
if (err < 0) if (err < 0)
goto err_lock; goto err_lock;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册