Reduce maximum DMA segments from 128 to 64. We don't need more than that.
This commit is contained in:
parent
f39ee7ef2e
commit
a12b5a0728
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user