diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index 157d3531b079..dd1ee0148b63 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.h @@ -90,6 +90,6 @@ extern pcm_feeder feeder_root; */ #define CHN_2NDBUFBLKSIZE (2 * 1024) /* The total number of blocks per secondary buffer. */ -#define CHN_2NDBUFBLKNUM (8) +#define CHN_2NDBUFBLKNUM (32) /* The size of a whole secondary buffer. */ #define CHN_2NDBUFWHOLESIZE (CHN_2NDBUFBLKSIZE * CHN_2NDBUFBLKNUM)