From owner-cvs-all Thu Mar 29 7:36:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CBB637B725; Thu, 29 Mar 2001 07:36:31 -0800 (PST) (envelope-from orion@FreeBSD.org) Received: (from orion@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2TFaVY41838; Thu, 29 Mar 2001 07:36:31 -0800 (PST) (envelope-from orion) Message-Id: <200103291536.f2TFaVY41838@freefall.freebsd.org> From: Orion Hodson Date: Thu, 29 Mar 2001 07:36:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci cmi.c cmireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG orion 2001/03/29 07:36:31 PST Modified files: sys/dev/sound/pci cmi.c cmireg.h Log: - Added suspend/resume support. - Added 4 speaker enable to initialization sequence. - Removed delays between register pokes which appear to aggravate a problem this card has sampling at 44.1kHz. With any form of delay, skew relative to system clock at 44.1kHz is usually in range 0-25% (now 0-3%). No other rates exhibit this problem. - Changed structs cmi_* to sc_*. Approved by: Cameron Grant Revision Changes Path 1.5 +310 -227 src/sys/dev/sound/pci/cmi.c 1.2 +9 -2 src/sys/dev/sound/pci/cmireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message