make DEV_xxx contiguous

This commit is contained in:
Alexandre Ratchov 2012-11-30 21:49:29 +01:00
parent 6cb370c626
commit 2834345924
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ struct dev {
unsigned int num; /* device serial number */
#define DEV_CFG 0 /* closed */
#define DEV_INIT 1 /* stopped */
#define DEV_RUN 3 /* playin & recording */
#define DEV_RUN 2 /* playin & recording */
unsigned int pstate; /* one of above */
char *path; /* sio path */