浏览代码

Merge branch 'topic/emu10k1' into for-linus

* topic/emu10k1:
  ALSA: emu10k1 - Fix minimum periods for efx playback
Takashi Iwai 16 年之前
父节点
当前提交
2f0dabcc5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/pci/emu10k1/emupcm.c

+ 1 - 1
sound/pci/emu10k1/emupcm.c

@@ -1736,7 +1736,7 @@ static struct snd_pcm_hardware snd_emu10k1_fx8010_playback =
 	.buffer_bytes_max =	(128*1024),
 	.period_bytes_min =	1024,
 	.period_bytes_max =	(128*1024),
-	.periods_min =		1,
+	.periods_min =		2,
 	.periods_max =		1024,
 	.fifo_size =		0,
 };