From 86b391b2e1a5883c23624c52385e457398f769bc Mon Sep 17 00:00:00 2001 From: Ariff Abdullah Date: Fri, 27 Jan 2006 02:01:27 +0000 Subject: [PATCH] Enable full duplex operation since it works and to solve panic issue. PR: kern/91992 MFC after: 2 days --- sys/dev/sound/pci/solo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index 5d1f15fc5ac6..991f8cd931b6 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -39,7 +39,7 @@ SND_DECLARE_FILE("$FreeBSD$"); #define ABS(x) (((x) < 0)? -(x) : (x)) /* if defined, playback always uses the 2nd channel and full duplex works */ -#undef ESS18XX_DUPLEX +#define ESS18XX_DUPLEX 1 /* more accurate clocks and split audio1/audio2 rates */ #define ESS18XX_NEWSPEED