Date: Thu, 27 Jul 2000 00:36:54 -0700 From: Devin Butterfield <dbutter@wireless.net> To: Bill Fumerola <billf@chimesnet.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: <00072700392500.20332@dbm.wireless.net> In-Reply-To: <20000727024937.H51462@jade.chc-chimes.com> References: <20000723151352.A3853@hdroam.ssd.loral.com> <00072615312000.04245@dbm.wireless.net> <20000727024937.H51462@jade.chc-chimes.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00072700392500.20332>