Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2000 10:40:02 -0700 (PDT)
From:      fujiwara@rcac.tdi.co.jp
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/20115: pcm0 doesnot work on Panasonic Let's note CF-A1EV (neomagic 256AV)
Message-ID:  <200007231740.KAA39896@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/20115; it has been noted by GNATS.

From: fujiwara@rcac.tdi.co.jp
To: billf@chimesnet.com
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/20115: pcm0 doesnot work on Panasonic Let's note
 CF-A1EV (neomagic 256AV)
Date: Mon, 24 Jul 2000 02:33:06 +0900 (JST)

 > From: Bill Fumerola <billf@chimesnet.com>
 > Try this as well:
 
 pcm0 plays good with this patch.
 Thank you.
 
 > 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);
 >  	}
 >  }
 >  
 > 
 > -- 
 > Bill Fumerola - Network Architect, BOFH / Chimes, Inc.
 >                 billf@chimesnet.com / billf@FreeBSD.org
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007231740.KAA39896>