Date: Thu, 27 Jul 2000 15:03:47 -0700 From: Devin Butterfield <dbutter@wireless.net> To: Josef Karthauser <joe@pavilion.net>, Christopher Shumway <cshumway@bsdi.com> Cc: hdiwan@pobox.com, Hasan Diwan <hdiwan@ssd.loral.com>, stable@FreeBSD.ORG Subject: Re: [pcm0 play interrupt timeout, channel dead] and other problems Message-ID: <00072715081200.01003@dbm.wireless.net> In-Reply-To: <20000727181315.E5964@pavilion.net> References: <00072615312000.04245@dbm.wireless.net> <Pine.BSF.4.21.0007262214360.61140-100000@pike.osd.bsdi.com> <20000727181315.E5964@pavilion.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 27 Jul 2000, Josef Karthauser wrote: > On Wed, Jul 26, 2000 at 10:18:13PM -0700, Christopher Shumway wrote: > > > > Apply this patch to src/sys/dev/sound/pcm/channel.c, it seems to fix it on > > my Sony Viao Z505SX. (Credit goes to Bill Fumerola) > > > > --- channel.c.orig Tue Jun 20 16:42:08 2000 > > +++ channel.c Tue Jul 25 12:10:11 2000 > > @@ -234,7 +234,7 @@ > > b->fl = b->bufsize - b->rl; > > b->underflow = 0; > > } else { > > - /* chn_dmaupdate(c); */ > > + chn_dmaupdate(c); > > } > > } > > It fixed it on mine too - but at the seeming expense of suspend/resume. :( Hmmm....suspend resume seems to be working well for me. Like someone else already mentioned, I too can suspend to ram/disk while playing an mp3 and if I wake it up it will resume playing right where it left off. By the way, what laptop are you running on? -- Regards, Devin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00072715081200.01003>