aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-06-10 07:26:29 +0200
committerTakashi Iwai <tiwai@suse.de>2009-06-10 07:26:29 +0200
commit2f0dabcc5f5fde67c64a6f71e9fb369aed39d56f (patch)
tree4c61e9509a84bed2646b302d74aa066377091477 /sound/pci
parentMerge branch 'topic/div64-cleanup' into for-linus (diff)
parentALSA: emu10k1 - Fix minimum periods for efx playback (diff)
downloadlinux-dev-2f0dabcc5f5fde67c64a6f71e9fb369aed39d56f.tar.xz
linux-dev-2f0dabcc5f5fde67c64a6f71e9fb369aed39d56f.zip
Merge branch 'topic/emu10k1' into for-linus
* topic/emu10k1: ALSA: emu10k1 - Fix minimum periods for efx playback
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/emu10k1/emupcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emupcm.c b/sound/pci/emu10k1/emupcm.c
index 78f62fd404c2..55b83ef73c63 100644
--- a/sound/pci/emu10k1/emupcm.c
+++ b/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,
};