mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05: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(RUNNING),
|
||||||
STATE(XRUN),
|
STATE(XRUN),
|
||||||
STATE(PAUSED),
|
STATE(PAUSED),
|
||||||
|
STATE(SUSPENDED),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *snd_pcm_access_names[] = {
|
static const char *snd_pcm_access_names[] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue