patch-2.0.3 linux/drivers/sound/sb_midi.c

Next file: linux/drivers/sound/sb_mixer.c
Previous file: linux/drivers/sound/sb_common.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.2/linux/drivers/sound/sb_midi.c linux/drivers/sound/sb_midi.c
@@ -1,7 +1,7 @@
 /*
  * sound/sb_dsp.c
  *
- * The low level driver for the SoundBlaster DS chips.
+ * The low level driver for the Sound Blaster DS chips.
  */
 /*
  * Copyright (C) by Hannu Savolainen 1993-1996
@@ -147,13 +147,13 @@
   restore_flags (flags);
 }
 
-#define MIDI_SYNTH_NAME	"SoundBlaster Midi"
+#define MIDI_SYNTH_NAME	"Sound Blaster Midi"
 #define MIDI_SYNTH_CAPS	0
 #include "midi_synth.h"
 
 static struct midi_operations sb_midi_operations =
 {
-  {"SoundBlaster", 0, 0, SNDCARD_SB},
+  {"Sound Blaster", 0, 0, SNDCARD_SB},
   &std_midi_synth,
   {0},
   sb_midi_open,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov