summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2001-02-07 17:34:52 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2001-02-07 17:34:52 +0000
commit93265d5c0f623846888c49d5a0d7f089483a833a (patch)
treead61ff9d7a9c6a515b78c0afcac55361b29fb354 /include
parentd6f583bb8d3c79776d235e52d6fe2eee9abe01dc (diff)
Commented out enum typechecking
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index a42e0b6a..76c8a26f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -10,7 +10,7 @@
#define SND_BIG_ENDIAN SNDRV_BIG_ENDIAN
#endif
-#define SND_ENUM_TYPECHECK
+//#define SND_ENUM_TYPECHECK
#ifdef SND_ENUM_TYPECHECK
#define snd_enum_to_int(v) ((unsigned int)(unsigned long)(v))