]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed typo
authorJaroslav Kysela <perex@perex.cz>
Tue, 5 Feb 2002 07:26:34 +0000 (07:26 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 5 Feb 2002 07:26:34 +0000 (07:26 +0000)
include/seq_event.h

index 790c7991ae482c31be5e0d74fb13c89e5b2275cf..0e3e73a4bef49cf1f0518922f03adecc83151554 100644 (file)
@@ -354,7 +354,7 @@ typedef unsigned int snd_seq_position_t; /**< playback position (in samples) * 1
 typedef enum snd_seq_stop_mode {
        SND_SEQ_SAMPLE_STOP_IMMEDIATELY = 0,    /**< terminate playing immediately */
        SND_SEQ_SAMPLE_STOP_VENVELOPE = 1,      /**< finish volume envelope */
-       SDN_SEQ_SAMPLE_STOP_LOOP = 2            /**< terminate loop and finish wave */
+       SND_SEQ_SAMPLE_STOP_LOOP = 2            /**< terminate loop and finish wave */
 } snd_seq_stop_mode_t;
 
 /** sample frequency */