]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Commented out enum typechecking
authorAbramo Bagnara <abramo@alsa-project.org>
Wed, 7 Feb 2001 17:34:52 +0000 (17:34 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Wed, 7 Feb 2001 17:34:52 +0000 (17:34 +0000)
include/global.h

index a42e0b6a8990a8ecefaa4022bc250263cbec013e..76c8a26f0e0ace9aeb2d3563057f5e5a3df33f5f 100644 (file)
@@ -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))