From owner-cvs-all Fri Jun 9 8:17:37 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.tar.com (ns.tar.com [204.95.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 9182537C412; Fri, 9 Jun 2000 08:17:29 -0700 (PDT) (envelope-from dick@tar.com) Received: from test.tar.com (test [204.95.187.4]) by ns.tar.com (8.9.3/8.9.3) with ESMTP id KAA25787; Fri, 9 Jun 2000 10:17:24 -0500 (CDT) (envelope-from dick@tar.com) Received: by test.tar.com (Postfix, from userid 1000) id 338C881D07; Fri, 9 Jun 2000 10:17:23 -0500 (CDT) Date: Fri, 9 Jun 2000 10:17:23 -0500 From: "Richard Seaman, Jr." 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 Message-ID: <20000609101723.A447@seaman.org> References: <200006091335.OAA02637@hak.lan.Awfulhak.org> <3940F50F.5A4686F@FreeBSD.org> <20000609100250.A6686@seaman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000609100250.A6686@seaman.org>; from dick@tar.com on Fri, Jun 09, 2000 at 10:02:50AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message