From 8c27b94bed240dbd9276f9ec747d59d076bab785 Mon Sep 17 00:00:00 2001 From: ariff Date: Sat, 18 Feb 2006 10:23:37 +0000 Subject: Fix random popping while playing in 32bit by increasing default buffer size from 4096 to 8192. MFC after: 1 week --- sys/dev/sound/pci/atiixp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/atiixp.h b/sys/dev/sound/pci/atiixp.h index 95af41c..66753ac 100644 --- a/sys/dev/sound/pci/atiixp.h +++ b/sys/dev/sound/pci/atiixp.h @@ -46,7 +46,7 @@ #define ATI_IXP_DMA_CHSEGS_MIN 2 #define ATI_IXP_DMA_CHSEGS_MAX 256 -#define ATI_IXP_DEFAULT_BUFSZ (1 << 12) /* 4096 */ +#define ATI_IXP_DEFAULT_BUFSZ (1 << 13) /* 8192 */ #define ATI_VENDOR_ID 0x1002 /* ATI Technologies */ #define ATI_IXP_200_ID 0x4341 -- cgit v1.1