Lines Matching defs:port
25 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
35 module_param_hw_array(port, long, ioport, NULL, 0444);
36 MODULE_PARM_DESC(port, "Port # for SB8 driver.");
97 /* block the 0x388 port to avoid PnP conflicts */
100 if (port[dev] != SNDRV_AUTO_PORT) {
101 if ((err = snd_sbdsp_create(card, port[dev], irq[dev],
123 port[dev] = possible_ports[i];
137 port[dev]);
140 port[dev]);
152 if ((err = snd_opl3_create(card, chip->port + 8, 0,
155 snd_printk(KERN_WARNING "sb8: no OPL device at 0x%lx\n", chip->port + 8);
158 if ((err = snd_opl3_create(card, chip->port, chip->port + 2,
162 chip->port, chip->port + 2);
177 chip->port,