From hselasky@c2i.net  Fri May 13 12:49:58 2005
Return-Path: <hselasky@c2i.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B108A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 May 2005 12:49:58 +0000 (GMT)
Received: from swip.net (mailfe09.tele2.se [212.247.155.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBC043D53
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 May 2005 12:49:58 +0000 (GMT)
	(envelope-from hselasky@c2i.net)
Received: from mp-217-199-190.daxnet.no ([193.217.199.190] verified)
  by mailfe09.swip.net (CommuniGate Pro SMTP 4.3c5)
  with ESMTP id 154072250 for FreeBSD-gnats-submit@freebsd.org; Fri, 13 May 2005 14:49:55 +0200
Message-Id: <200505131450.41360.hselasky@c2i.net>
Date: Fri, 13 May 2005 14:50:40 +0200
From: Hans Petter Selasky <hselasky@c2i.net>
Reply-To: hselasky@c2i.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: problems with soundblaster-8 (original)

>Number:         80976
>Category:       kern
>Synopsis:       [patch] [sound] problems with an soundblaster-8 (original)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 12:50:08 GMT 2005
>Closed-Date:    Sun Sep 11 10:54:58 GMT 2005
>Last-Modified:  Sun Sep 11 10:54:58 GMT 2005
>Originator:     HPS
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 6.0-CURRENT FreeBSD 6.0-CURRENT #45: Mon Mar 21 15:40:17 CET 
2005 root@:/usr/obj/usr/src/sys/custom i386

>Description:
problems with soundblaster-8 (original), that stops playing sound

>How-To-Repeat:

>Fix:

****** sys/dev/sound/isa/sb8.c.ref Wed Oct 20 22:10:18 2004
--- sys/dev/sound/isa/sb8.c     Wed Oct 20 22:20:09 2004
***************
*** 565,571 ****
        if (sb->bd_flags & BD_F_HISPEED)
                sb_reset_dsp(sb);
        else
!               sb_cmd(sb, DSP_CMD_DMAEXIT_8);
  
        if (play)
                sb_cmd(sb, DSP_CMD_SPKOFF); /* speaker off */
--- 565,578 ----
        if (sb->bd_flags & BD_F_HISPEED)
                sb_reset_dsp(sb);
        else
!       {
!               /* sb_cmd(sb, DSP_CMD_DMAEXIT_8);
!                * NOTE: DSP_CMD_DMAEXIT_8
!                * does not work with old
!                * soundblaster 
!                */
!               sb_reset_dsp(sb);
!       }
  
        if (play)
                sb_cmd(sb, DSP_CMD_SPKOFF); /* speaker off */
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sound 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri May 13 19:44:05 GMT 2005 
Responsible-Changed-Why:  
Reassign to appropriate mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80976 
State-Changed-From-To: open->closed 
State-Changed-By: netchild 
State-Changed-When: Sun Sep 11 10:54:47 GMT 2005 
State-Changed-Why:  
Committed as part of a large patch from Ariff, sorry for the missing 
attribution in this commit. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80976 
>Unformatted:
