mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Folllow Bruce's advice in reducing dma_pagesize to 4K (more conservative
estimate). This seems to work well with my GUS at least.
This commit is contained in:
parent
6277403422
commit
41d67a5615
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=848
@ -549,7 +549,7 @@ sound_mem_init (void)
|
||||
if (sound_dsp_dmachan[dev] > 3 && sound_buffsizes[dev] > 65536)
|
||||
dma_pagesize = 131072; /* 128k */
|
||||
else
|
||||
dma_pagesize = 65536;
|
||||
dma_pagesize = /* 65536; */ 4096; /* Be conservative for now! */
|
||||
|
||||
/* More sanity checks */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user