From 28343459246f6b8df2ed91f9aa7cf15de784fb89 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 30 Nov 2012 21:49:29 +0100 Subject: [PATCH] make DEV_xxx contiguous --- sndiod/dev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sndiod/dev.h b/sndiod/dev.h index ba9ab9d..da98d39 100644 --- a/sndiod/dev.h +++ b/sndiod/dev.h @@ -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 */