mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added SUSPENDED state
This commit is contained in:
parent
2f906af9b3
commit
a1f2251056
1 changed files with 1 additions and 0 deletions
|
|
@ -593,6 +593,7 @@ static const char *snd_pcm_state_names[] = {
|
|||
STATE(RUNNING),
|
||||
STATE(XRUN),
|
||||
STATE(PAUSED),
|
||||
STATE(SUSPENDED),
|
||||
};
|
||||
|
||||
static const char *snd_pcm_access_names[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue