1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Fix error with reducing speed on SB reset.

This commit is contained in:
Andrey A. Chernov 1994-03-30 20:33:28 +00:00
parent ac322158f5
commit e463296746
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1315

View File

@ -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);