Lines Matching refs:port
38 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
52 module_param_hw_array(port, long, ioport, NULL, 0444);
53 MODULE_PARM_DESC(port, "Port # for SoundScape driver.");
694 * Perform certain arcane port-checks to see whether there
809 unsigned long port, int irq)
815 err = snd_mpu401_uart_new(card, devnum, MPU401_HW_MPU401, port,
836 static int create_ad1845(struct snd_card *card, unsigned port,
858 port += 4;
864 err = snd_wss_create(card, port, -1, irq, dma1, dma2,
925 * the given list of port, IRQ and DMA resources.
944 io_res = request_region(port[dev], 8, "SoundScape");
947 "sscape: can't grab port 0x%lx\n", port[dev]);
954 snd_printk(KERN_ERR "sscape: can't grab port 0x%lx\n",
973 sscape->io_base = port[dev];
1069 name, sscape->chip->port, sscape->chip->irq,
1079 err = create_mpu401(card, MIDI_DEVNUM, port[dev],
1084 port[dev]);
1138 if (port[i] == SNDRV_AUTO_PORT)
1207 while (i < SNDRV_CARDS && port[i] != SNDRV_AUTO_PORT)
1267 port[idx] = pnp_port_start(dev, 0);
1273 wss_port[idx] = CODEC_IO(port[idx]);