]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/sound/core.h
[ALSA] Remove sound/driver.h
[linux-2.6-omap-h63xx.git] / include / sound / core.h
index 6954836487ed3407e217a3d005057ee77a8ad7c1..4fc0235ad78433a314f4b2f406a47d8e1c5827fc 100644 (file)
  *
  */
 
+#include <linux/module.h>
 #include <linux/sched.h>               /* wake_up() */
 #include <linux/mutex.h>               /* struct mutex */
 #include <linux/rwsem.h>               /* struct rw_semaphore */
 #include <linux/pm.h>                  /* pm_message_t */
 #include <linux/device.h>
 
+/* number of supported soundcards */
+#ifdef CONFIG_SND_DYNAMIC_MINORS
+#define SNDRV_CARDS 32
+#else
+#define SNDRV_CARDS 8          /* don't change - minor numbers */
+#endif
+
+#define CONFIG_SND_MAJOR       116     /* standard configuration */
+
 /* forward declarations */
 #ifdef CONFIG_PCI
 struct pci_dev;