Browse Source

Merge branch 'topic/cs46xx' into for-linus

* topic/cs46xx:
  ALSA: cs46xx - Fix minimum period size
Takashi Iwai 16 năm trước cách đây
mục cha
commit
124e39b34d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sound/pci/cs46xx/cs46xx_lib.h

+ 1 - 1
sound/pci/cs46xx/cs46xx_lib.h

@@ -35,7 +35,7 @@
 
 
 
 
 #ifdef CONFIG_SND_CS46XX_NEW_DSP
 #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
 #define CS46XX_MAX_PERIOD_SIZE 1024*1024
 #else
 #else
 #define CS46XX_MIN_PERIOD_SIZE 2048
 #define CS46XX_MIN_PERIOD_SIZE 2048