Reduce maximum DMA segments from 128 to 64. We don't need more than that.
This commit is contained in:
parent
f39ee7ef2e
commit
a12b5a0728
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166278
@ -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…
Reference in New Issue
Block a user