aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/sound/sb_midi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/sound/sb_midi.c')
-rw-r--r--sys/i386/isa/sound/sb_midi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/sb_midi.c b/sys/i386/isa/sound/sb_midi.c
index 4e48e658346d..cc303ab16a32 100644
--- a/sys/i386/isa/sound/sb_midi.c
+++ b/sys/i386/isa/sound/sb_midi.c
@@ -25,7 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sb_midi.c,v 1.4 1994/10/01 02:17:05 swallace Exp $
*/
#include "sound_config.h"
@@ -43,7 +42,7 @@
* future version of this driver.
*/
-extern int sb_dsp_ok; /* Set to 1 after successful initialization */
+extern int sb_dsp_ok; /* Set to 1 atfer successful initialization */
extern int sbc_base;
extern int sb_midi_mode;
@@ -218,6 +217,7 @@ static struct midi_operations sb_midi_operations =
{
{"SoundBlaster", 0, 0, SNDCARD_SB},
&std_midi_synth,
+ {0},
sb_midi_open,
sb_midi_close,
sb_midi_ioctl,