Implented xrun no detection mode, cleaned read/write functions

This commit is contained in:
Abramo Bagnara 2000-09-26 11:05:39 +00:00
parent fe92855cbb
commit e87a0a845f

View file

@ -376,7 +376,7 @@ static const char *assoc(int value, assoc_t *alist)
static assoc_t states[] = { STATE(NOTREADY), STATE(READY), 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), END };
static assoc_t xruns[] = { XRUN(ASAP), XRUN(FRAGMENT), XRUN(NONE), END };
static assoc_t fmts[] = {
SFMT(S8, "Signed 8-bit"),
SFMT(U8, "Unsigned 8-bit"),