From owner-cvs-all Fri Jun 9 8:46:31 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 47AA737BADC; Fri, 9 Jun 2000 08:46:14 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id QAA89905; Fri, 9 Jun 2000 16:46:07 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id QAA00557; Fri, 9 Jun 2000 16:41:28 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200006091541.QAA00557@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Richard Seaman, Jr." Cc: Maxim Sobolev , Brian Somers , Kenneth Wayne Culver , Chris Piazza , Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c In-Reply-To: Message from "Richard Seaman, Jr." of "Fri, 09 Jun 2000 10:17:23 CDT." <20000609101723.A447@seaman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 09 Jun 2000 16:41:28 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Still broken with that installed I'm afraid :-( > On Fri, Jun 09, 2000 at 10:02:50AM -0500, Richard Seaman, Jr. wrote: > > > I've also got strange results playing sound. I turned on debugging > > in the sound drivers (set DEB(x) in sound.h), and am getting very > > revealing results. It appears that the dmabuffer pointers are getting > > messed up. As soon as I can do some more testing, I'll post results. > > > > Let me suggest that those who are having problems turn on debugging. > > I forgot, you might also want to try this change: > > Index: channel.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/sound/pcm/channel.c,v > retrieving revision 1.28 > diff -u -r1.28 channel.c > --- channel.c 2000/06/06 22:30:22 1.28 > +++ channel.c 2000/06/09 15:12:23 > @@ -233,7 +233,7 @@ > b->fl = b->bufsize - b->rl; > b->underflow = 0; > } else { > - /* chn_dmaupdate(c); */ > + chn_dmaupdate(c); > } > } > > > -- > Richard Seaman, Jr. email: dick@tar.com > 5182 N. Maple Lane phone: 262-367-5450 > Nashotah WI 53058 fax: 262-367-5852 > -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message