Skip to content

Commit

Permalink
Merge branch 'topic/emu10k1' into for-linus
Browse files Browse the repository at this point in the history
* topic/emu10k1:
  ALSA: emu10k1 - Fix minimum periods for efx playback
  • Loading branch information
Takashi Iwai committed Jun 10, 2009
2 parents 19b1a15 + 806d31d commit 2f0dabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/emu10k1/emupcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 2f0dabc

Please sign in to comment.