|
@@ -23,12 +23,8 @@
|
|
|
#ifndef __SOUND_ASOUND_H
|
|
|
#define __SOUND_ASOUND_H
|
|
|
|
|
|
-#if defined(LINUX) || defined(__LINUX__) || defined(__linux__)
|
|
|
-
|
|
|
-#include <linux/ioctl.h>
|
|
|
-
|
|
|
#ifdef __KERNEL__
|
|
|
-
|
|
|
+#include <linux/ioctl.h>
|
|
|
#include <linux/types.h>
|
|
|
#include <linux/time.h>
|
|
|
#include <asm/byteorder.h>
|
|
@@ -43,25 +39,7 @@
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
-#else /* !__KERNEL__ */
|
|
|
-
|
|
|
-#include <endian.h>
|
|
|
-#if __BYTE_ORDER == __LITTLE_ENDIAN
|
|
|
-#define SNDRV_LITTLE_ENDIAN
|
|
|
-#elif __BYTE_ORDER == __BIG_ENDIAN
|
|
|
-#define SNDRV_BIG_ENDIAN
|
|
|
-#else
|
|
|
-#error "Unsupported endian..."
|
|
|
-#endif
|
|
|
-
|
|
|
-#endif /* __KERNEL **/
|
|
|
-
|
|
|
-#endif /* LINUX */
|
|
|
-
|
|
|
-#ifndef __KERNEL__
|
|
|
-#include <sys/time.h>
|
|
|
-#include <sys/types.h>
|
|
|
-#endif
|
|
|
+#endif /* __KERNEL__ **/
|
|
|
|
|
|
/*
|
|
|
* protocol version
|