summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-03-30 20:33:28 +0000
committerache <ache@FreeBSD.org>1994-03-30 20:33:28 +0000
commit192a294a94345a2471f73b2b19e64e383fe0b338 (patch)
tree1d3b9be94dc430cad7048865f68a11fef42a7995
parent08da197bb37a102e88180ac7955cab48fcdfc7f3 (diff)
downloadFreeBSD-src-192a294a94345a2471f73b2b19e64e383fe0b338.zip
FreeBSD-src-192a294a94345a2471f73b2b19e64e383fe0b338.tar.gz
Fix error with reducing speed on SB reset.
-rw-r--r--sys/i386/isa/sound/sb_dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c
index f19f4f8..703d6a6 100644
--- a/sys/i386/isa/sound/sb_dsp.c
+++ b/sys/i386/isa/sound/sb_dsp.c
@@ -611,6 +611,7 @@ sb_dsp_reset (int dev)
DISABLE_INTR (flags);
sb_reset_dsp ();
+ dsp_speed (dsp_current_speed);
dsp_cleanup ();
RESTORE_INTR (flags);
OpenPOWER on IntegriCloud