Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f0dabcc authored by Takashi Iwai's avatar Takashi Iwai
Browse files

Merge branch 'topic/emu10k1' into for-linus

* topic/emu10k1:
  ALSA: emu10k1 - Fix minimum periods for efx playback
parents 19b1a15a 806d31d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};