From owner-cvs-all Mon Mar 20 7:30:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFB637B801; Mon, 20 Mar 2000 07:30:52 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50720; Mon, 20 Mar 2000 07:30:52 -0800 (PST) (envelope-from cg@FreeBSD.org) Message-Id: <200003201530.HAA50720@freefall.freebsd.org> From: Cameron Grant Date: Mon, 20 Mar 2000 07:30:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm ac97.c ac97.h sound.c sound.h src/sys/dev/sound/pci aureal.c csapcm.c es137x.c neomagic.c t4dwave.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/03/20 07:30:51 PST Modified files: sys/dev/sound/pcm ac97.c ac97.h sound.c sound.h sys/dev/sound/pci aureal.c csapcm.c es137x.c neomagic.c t4dwave.c Log: update the ac97 layer: * add a callback for initialising the mixer interface * support ac97 2.1 variable rate audio feature fix ac97-using drivers for the above add suspend/resume support for neomagic Revision Changes Path 1.6 +136 -63 src/sys/dev/sound/pcm/ac97.c 1.4 +44 -2 src/sys/dev/sound/pcm/ac97.h 1.18 +8 -1 src/sys/dev/sound/pcm/sound.c 1.11 +2 -1 src/sys/dev/sound/pcm/sound.h 1.9 +2 -2 src/sys/dev/sound/pci/aureal.c 1.9 +2 -2 src/sys/dev/sound/pci/csapcm.c 1.14 +2 -2 src/sys/dev/sound/pci/es137x.c 1.8 +37 -3 src/sys/dev/sound/pci/neomagic.c 1.10 +2 -2 src/sys/dev/sound/pci/t4dwave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message