From owner-freebsd-stable Thu Jul 27 0:39:47 2000 Delivered-To: freebsd-stable@freebsd.org Received: from wireless.net (wireless.net [207.137.156.159]) by hub.freebsd.org (Postfix) with ESMTP id 8B63137C065 for ; Thu, 27 Jul 2000 00:39:43 -0700 (PDT) (envelope-from dbutter@wireless.net) Received: from db.wireless.net (db.wireless.net [209.75.70.101]) by wireless.net (8.9.3/8.9.3) with ESMTP id BAA28411; Thu, 27 Jul 2000 01:04:42 -0700 (PDT) Received: from dbm.wireless.net (dbm.wireless.net [192.168.0.2]) by db.wireless.net (8.9.3/8.9.3) with SMTP id AAA50762; Thu, 27 Jul 2000 00:30:39 -0700 (PDT) (envelope-from dbutter@wireless.net) From: Devin Butterfield To: Bill Fumerola Subject: Re: [pcm0 play interrupt timeout, channel dead] and other problems Date: Thu, 27 Jul 2000 00:36:54 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: hdiwan@pobox.com, Hasan Diwan , stable@FreeBSD.ORG References: <20000723151352.A3853@hdroam.ssd.loral.com> <00072615312000.04245@dbm.wireless.net> <20000727024937.H51462@jade.chc-chimes.com> In-Reply-To: <20000727024937.H51462@jade.chc-chimes.com> MIME-Version: 1.0 Message-Id: <00072700392500.20332@dbm.wireless.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Index: channel.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/sound/pcm/channel.c,v > retrieving revision 1.32 > diff -u -r1.32 channel.c > --- channel.c 2000/06/20 23:42:08 1.32 > +++ channel.c 2000/07/22 17:36:34 > @@ -234,7 +234,7 @@ > b->fl = b->bufsize - b->rl; > b->underflow = 0; > } else { > - /* chn_dmaupdate(c); */ > + chn_dmaupdate(c); > } > } > Very cool. Thanks Bill (and everyone else who replied), this patch works great! Sound is working well now on my Sony Vaio. :) -- Regards, Devin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message