]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed PCM STATE range
authorJaroslav Kysela <perex@perex.cz>
Thu, 25 Oct 2001 13:36:00 +0000 (13:36 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 25 Oct 2001 13:36:00 +0000 (13:36 +0000)
include/pcm.h

index 235138cd39092d265491e53729476ff481ad73e5..4d3e27cae45997894e0c8e0e6bd26b84e4433388 100644 (file)
@@ -224,7 +224,7 @@ typedef enum _snd_pcm_state {
        SND_PCM_STATE_PAUSED,
        /** Hardware is suspended */
        SND_PCM_STATE_SUSPENDED,
-       SND_PCM_STATE_LAST = SND_PCM_STATE_PAUSED,
+       SND_PCM_STATE_LAST = SND_PCM_STATE_SUSPENDED,
 } snd_pcm_state_t;
 
 /** PCM start mode */