mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed typo
This commit is contained in:
parent
a92f910569
commit
9dd7c93a56
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue