From 3ba2ebec2e9e7e55b255cdd0bf0597b57ac923df Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 28 Mar 2002 06:32:32 +0000 Subject: [PATCH] Added CR_ALT_SOURCE --- include/linux/comedi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/comedi.h b/include/linux/comedi.h index 6430aaa7..41130f36 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -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 */ -- 2.26.2