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.");
683 * Perform certain arcane port-checks to see whether there
798 unsigned long port, int irq)
804 err = snd_mpu401_uart_new(card, devnum, MPU401_HW_MPU401, port,
825 static int create_ad1845(struct snd_card *card, unsigned port,
847 port += 4;
853 err = snd_wss_create(card, port, -1, irq, dma1, dma2,
914 * the given list of port, IRQ and DMA resources.
933 io_res = devm_request_region(card->dev, port[dev], 8, "SoundScape");
936 "sscape: can't grab port 0x%lx\n", port[dev]);
944 snd_printk(KERN_ERR "sscape: can't grab port 0x%lx\n",
962 sscape->io_base = port[dev];
1055 name, sscape->chip->port, sscape->chip->irq,
1065 err = create_mpu401(card, MIDI_DEVNUM, port[dev],
1070 port[dev]);
1107 if (port[i] == SNDRV_AUTO_PORT)
1165 while (i < SNDRV_CARDS && port[i] != SNDRV_AUTO_PORT)
1225 port[idx] = pnp_port_start(dev, 0);
1231 wss_port[idx] = CODEC_IO(port[idx]);