mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
Merge branch 'topic/cs46xx' into for-linus
* topic/cs46xx: ALSA: cs46xx - Fix minimum period size
This commit is contained in:
commit
124e39b34d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue