Browse Source

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
tags/1.90
nedko 17 years ago
parent
commit
ab6969686d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/driver_interface.h

+ 1
- 1
common/driver_interface.h View File

@@ -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


Loading…
Cancel
Save