From owner-freebsd-stable Thu Jul 27 10:13:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from genius.systems.pavilion.net (genius.systems.pavilion.net [212.74.1.100]) by hub.freebsd.org (Postfix) with ESMTP id 2931337B9D8 for ; Thu, 27 Jul 2000 10:13:09 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id F06809B06; Thu, 27 Jul 2000 18:13:15 +0100 (BST) Date: Thu, 27 Jul 2000 18:13:15 +0100 From: Josef Karthauser To: Christopher Shumway Cc: Devin Butterfield , hdiwan@pobox.com, Hasan Diwan , stable@FreeBSD.ORG Subject: Re: [pcm0 play interrupt timeout, channel dead] and other problems Message-ID: <20000727181315.E5964@pavilion.net> Mail-Followup-To: Josef Karthauser , Christopher Shumway , Devin Butterfield , hdiwan@pobox.com, Hasan Diwan , stable@FreeBSD.ORG References: <00072615312000.04245@dbm.wireless.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from cshumway@bsdi.com on Wed, Jul 26, 2000 at 10:18:13PM -0700 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. :( Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message