mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Renamed states
This commit is contained in:
parent
17e8adabdb
commit
d07934a537
2 changed files with 2 additions and 2 deletions
|
|
@ -381,7 +381,7 @@ static const char *assoc(int value, assoc_t *alist)
|
|||
#define FILL(v) { SND_PCM_FILL_##v, #v, #v }
|
||||
#define END { 0, NULL, NULL }
|
||||
|
||||
static assoc_t states[] = { STATE(NOTREADY), STATE(READY), STATE(PREPARED),
|
||||
static assoc_t states[] = { STATE(OPEN), STATE(SETUP), STATE(PREPARED),
|
||||
STATE(RUNNING), STATE(XRUN), STATE(PAUSED), END };
|
||||
static assoc_t streams[] = { STREAM(PLAYBACK), STREAM(CAPTURE), END };
|
||||
static assoc_t xruns[] = { XRUN(ASAP), XRUN(FRAGMENT), XRUN(NONE), END };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue