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