summaryrefslogtreecommitdiff
path: root/include/asoundef.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-03-17 16:14:17 +0000
committerTakashi Iwai <tiwai@suse.de>2005-03-17 16:14:17 +0000
commit231d55e537c043d7c4e54d7d2a8e00dc53028bbd (patch)
tree3821dfeb714fb63833322ffba1bbedc9f0ece4e6 /include/asoundef.h
parentb0b8957c0014c54597bffe5eed144545202c7c98 (diff)
downloadalsa-lib-231d55e537c043d7c4e54d7d2a8e00dc53028bbd.tar.gz
Fix a typo
Fix a typo of sostenuto. The old definition is kept for compatibility.
Diffstat (limited to 'include/asoundef.h')
-rw-r--r--include/asoundef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asoundef.h b/include/asoundef.h
index 63449f5f..9fb7055a 100644
--- a/include/asoundef.h
+++ b/include/asoundef.h
@@ -202,7 +202,8 @@ extern "C" {
#define MIDI_CTL_LSB_GENERAL_PURPOSE4 0x33 /**< General purpose 4 */
#define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */
#define MIDI_CTL_PORTAMENTO 0x41 /**< Portamento */
-#define MIDI_CTL_SUSTENUTO 0x42 /**< Sostenuto */
+#define MIDI_CTL_SOSTENUTO 0x42 /**< Sostenuto */
+#define MIDI_CTL_SUSTENUTO 0x42 /**< Sostenuto (a typo in the older version) */
#define MIDI_CTL_SOFT_PEDAL 0x43 /**< Soft pedal */
#define MIDI_CTL_LEGATO_FOOTSWITCH 0x44 /**< Legato foot switch */
#define MIDI_CTL_HOLD2 0x45 /**< Hold2 */