Date: Thu, 27 Jul 2000 09:02:48 -0400 (EDT) From: mi@aldan.algebra.com To: Devin Butterfield <dbutter@wireless.net> Cc: Bill Fumerola <billf@chimesnet.com>, 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: <200007271302.JAA10433@misha.privatelabs.com> In-Reply-To: <00072700392500.20332@dbm.wireless.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27 Jul, Devin Butterfield wrote: = = > 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. :) Congratulations! Now, could someone explain why is it a bad idea to commit this change -- evidently it was already there but got commented out? The new release (which, apparently, does not have this) will still mal-function for many people. Are we going to be circulating this patches like Linux world does? -mi 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?200007271302.JAA10433>