Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 08:20:20 GMT
From:      Alexey Illarionov <littlesavage@rambler.ru>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: kern/99205: [snd_solo] FreeBSD 6.1 freezes after playing sound with snd_solo
Message-ID:  <200607060820.k668KKs7067297@freefall.freebsd.org>

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

From: Alexey Illarionov <littlesavage@rambler.ru>
To: bug-followup@FreeBSD.org, georgdorn@gmx.net
Cc:  
Subject: Re: kern/99205: [snd_solo] FreeBSD 6.1 freezes after playing sound
 with snd_solo
Date: Thu, 06 Jul 2006 12:17:28 +0400

 Yes, I had the same problem. The patch that it seems fix this problem is 
 really simple:
 
 --- /usr/src/sys/dev/sound/pci/solo.c.old       Thu Jul  6 10:10:37 2006
 +++ /usr/src/sys/dev/sound/pci/solo.c   Thu Jul  6 09:52:05 2006
 @@ -313,7 +313,10 @@
                 src |= 1;
 
         if (src == 0)
 +       {
 +               ess_unlock(sc);
                 return;
 +       }
 
         if (sc->duplex) {
                 pirq = (src & sc->pch.hwch)? 1 : 0;
 
 



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