This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / sound / asound.h
index 23b27b7..69dc182 100644 (file)
 #include <linux/time.h>
 #include <asm/byteorder.h>
 
-#ifdef  __LITTLE_ENDIAN
+#if  __LITTLE_ENDIAN == 1234
 #define SNDRV_LITTLE_ENDIAN
-#else
-#ifdef __BIG_ENDIAN
+#elif __BIG_ENDIAN == 4321
 #define SNDRV_BIG_ENDIAN
 #else
 #error "Unsupported endian..."
 #endif
-#endif
 
 #else /* !__KERNEL__ */