aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-09-10 15:32:46 +0200
committerTakashi Iwai <tiwai@suse.de>2009-09-10 15:32:46 +0200
commit124e39b34d9b38cde4cac02077d5b58f6c1f063e (patch)
treebbe80572801121c0e33ff80b158ffc7c23c9f8d2 /sound
parentMerge branch 'topic/cmi8330' into for-linus (diff)
parentALSA: cs46xx - Fix minimum period size (diff)
downloadlinux-dev-124e39b34d9b38cde4cac02077d5b58f6c1f063e.tar.xz
linux-dev-124e39b34d9b38cde4cac02077d5b58f6c1f063e.zip
Merge branch 'topic/cs46xx' into for-linus
* topic/cs46xx: ALSA: cs46xx - Fix minimum period size
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/cs46xx/cs46xx_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs46xx/cs46xx_lib.h b/sound/pci/cs46xx/cs46xx_lib.h
index 4eb55aa33612..b5189495d58a 100644
--- a/sound/pci/cs46xx/cs46xx_lib.h
+++ b/sound/pci/cs46xx/cs46xx_lib.h
@@ -35,7 +35,7 @@
#ifdef CONFIG_SND_CS46XX_NEW_DSP
-#define CS46XX_MIN_PERIOD_SIZE 1
+#define CS46XX_MIN_PERIOD_SIZE 64
#define CS46XX_MAX_PERIOD_SIZE 1024*1024
#else
#define CS46XX_MIN_PERIOD_SIZE 2048