#ifdef __KERNEL__
#include <linux/types.h>
+#include <linux/time.h>
#include <asm/byteorder.h>
#if __LITTLE_ENDIAN == 1234
/* include/version.h. Generated automatically by configure. */
#define CONFIG_SND_VERSION "0.9.0rc1"
-#define CONFIG_SND_DATE " (Sun Apr 28 20:04:42 2002 UTC)"
+#define CONFIG_SND_DATE " (Mon Apr 29 06:46:09 2002 UTC)"
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/time.h>
+#include <linux/pci.h>
#include <sound/core.h>
#include <sound/info.h>
#include <sound/driver.h>
#include <linux/init.h>
+#include <linux/slab.h>
#include <sound/core.h>
#include "seq_clientmgr.h"
#include <sound/initval.h>
#include <sound/driver.h>
#include <linux/init.h>
#include <linux/slab.h>
+#include <linux/errno.h>
+#include <asm/semaphore.h>
#include <sound/core.h>
#include <sound/rawmidi.h>
#include <sound/seq_kernel.h>
#include <sound/driver.h>
#include <linux/slab.h>
+#include <linux/errno.h>
#include <sound/core.h>
#include <sound/seq_kernel.h>
#include <sound/seq_midi_event.h>
spinlock_t check_lock;
/* clients which uses this queue (bitmap) */
- unsigned int clients_bitmap[SNDRV_SEQ_MAX_CLIENTS/sizeof(unsigned int)];
+ unsigned int clients_bitmap[SNDRV_SEQ_MAX_CLIENTS/sizeof(unsigned long)];
unsigned int clients; /* users of this queue */
struct semaphore timer_mutex;
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/ioport.h>
+#include <linux/sched.h>
+#include <linux/errno.h>
#include <sound/core.h>
#include <sound/mpu401.h>