From ab6969686dd1c35e8bc5b73b577c3a1bb640e0dc Mon Sep 17 00:00:00 2001 From: nedko Date: Mon, 13 Oct 2008 15:54:53 +0000 Subject: [PATCH] Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2998 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/driver_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/driver_interface.h b/common/driver_interface.h index 779d138e..d336f413 100644 --- a/common/driver_interface.h +++ b/common/driver_interface.h @@ -39,7 +39,7 @@ extern "C" #define JACK_CONSTRAINT_FLAG_RANGE ((uint32_t)1) /**< if set, constraint is a range (min-max) */ #define JACK_CONSTRAINT_FLAG_STRICT ((uint32_t)2) /**< if set, constraint is strict, i.e. supplying non-matching value will not work */ -#define JACK_CONSTRAINT_FLAG_FAKE_VALUE ((uint32_t)2) /**< if set, values have no user meaningful meaning */ +#define JACK_CONSTRAINT_FLAG_FAKE_VALUE ((uint32_t)4) /**< if set, values have no user meaningful meaning */ /** Driver parameter types */ typedef enum