OPEN_WRITE
OPEN_WRITE : OPEN_READ;
ai->busy = (ch->direction == PCMDIR_PLAY) ? OPEN_WRITE : OPEN_READ;
#define OPEN_READWRITE (OPEN_READ|OPEN_WRITE)