This makes my soundblaster work.

This commit is contained in:
hpeyerl 1994-01-25 05:00:14 +00:00
parent 01f4843507
commit 9bea6007cc
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: sb.c,v 1.1 1994/01/09 19:35:08 cgd Exp $
* $Id: sb.c,v 1.2 1994/01/25 05:00:14 hpeyerl Exp $
*/
#include "sb.h"
@ -383,6 +383,7 @@ void
sb_spkron(struct sb_softc *sc)
{
(void)wdsp(sc->sc_base, SB_DSP_SPKR_ON);
DELAY(1000);
}
/*

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: sb.c,v 1.1 1994/01/09 19:35:08 cgd Exp $
* $Id: sb.c,v 1.2 1994/01/25 05:00:14 hpeyerl Exp $
*/
#include "sb.h"
@ -383,6 +383,7 @@ void
sb_spkron(struct sb_softc *sc)
{
(void)wdsp(sc->sc_base, SB_DSP_SPKR_ON);
DELAY(1000);
}
/*