> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message