summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-11-30 20:38:25 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2012-11-30 20:38:25 +0000
commitcdbedee27801535be5e81b741ab5dab54fa3c012 (patch)
tree67fe352f4bb8cea7e29364671f5e63fca53fe7e7 /usr.bin/sndiod
parent297ca9f8a473c8530bd1b30f84cc7e5e2aef627d (diff)
make DEV_xxx contiguous
Diffstat (limited to 'usr.bin/sndiod')
-rw-r--r--usr.bin/sndiod/dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sndiod/dev.h b/usr.bin/sndiod/dev.h
index 263800fe9f7..3fc4df0e257 100644
--- a/usr.bin/sndiod/dev.h
+++ b/usr.bin/sndiod/dev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev.h,v 1.1 2012/11/23 07:03:28 ratchov Exp $ */
+/* $OpenBSD: dev.h,v 1.2 2012/11/30 20:38:24 ratchov Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -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 */