Date: Wed, 9 Aug 2000 00:14:59 -0700 (PDT) From: Nick Sayer <nsayer@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci solo.c Message-ID: <200008090715.AAA80956@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nsayer 2000/08/09 00:14:57 PDT Modified files: sys/dev/sound/pci solo.c Log: A couple of cosmetic fixes, plus a biggie: When checking the DMA position, channel 1's dma position register must be quiescent. So the driver will spl, pause the DMA, delay a bit and hold as still as possible while snapping the picture. I'm sure there HAS to be a better way to do this, but if there is, it's not documented. So far as I can tell, this fixes recording, which means the Solo is open for business. Revision Changes Path 1.8 +19 -4 src/sys/dev/sound/pci/solo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008090715.AAA80956>