Skip to content

Commit

Permalink
Merge branch 'topic/cs46xx' into for-linus
Browse files Browse the repository at this point in the history
* topic/cs46xx:
  ALSA: cs46xx - Fix minimum period size
  • Loading branch information
Takashi Iwai committed Sep 10, 2009
2 parents 9d2743f + 6148b13 commit 124e39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/cs46xx/cs46xx_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 124e39b

Please sign in to comment.