Added CR_ALT_SOURCE
authorDavid Schleef <ds@schleef.org>
Thu, 28 Mar 2002 06:32:32 +0000 (06:32 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 28 Mar 2002 06:32:32 +0000 (06:32 +0000)
include/linux/comedi.h

index 6430aaa7217fcebf78aefbfa63e423d44ef6c11a..41130f3613806b63c6674ad144a7aaf72bd955f0 100644 (file)
@@ -60,6 +60,7 @@ typedef unsigned short sampl_t;
 #define CR_ALT_FILTER  (1<<26)
 #define CR_DITHER              CR_ALT_FILTER
 #define CR_DEGLITCH            CR_ALT_FILTER
+#define CR_ALT_SOURCE  (1<<27)
 #define CR_INVERT      (1<<31)
 
 #define AREF_GROUND    0x00            /* analog ref = analog ground */