Reduce maximum DMA segments from 128 to 64. We don't need more than that.

This commit is contained in:
ariff 2007-01-27 07:35:05 +00:00
parent 5b6974c9c1
commit e055eda20e

View File

@ -63,7 +63,7 @@ SND_DECLARE_FILE("$FreeBSD$");
#define NCHANS (NWRCHANS + NDXSCHANS + NMSGDCHANS)
#define NSEGS NCHANS * SEGS_PER_CHAN /* Segments in SGD table */
#define VIA_SEGS_MIN 2
#define VIA_SEGS_MAX 128
#define VIA_SEGS_MAX 64
#define VIA_SEGS_DEFAULT 2
#define VIA_DEFAULT_BUFSZ 0x1000