Lines Matching defs:fmport
20 * sbdma16=5 wssport=0x530 wssirq=11 wssdma=0 fmport=0x388
68 static long fmport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
99 module_param_hw_array(fmport, long, ioport, NULL, 0444);
100 MODULE_PARM_DESC(fmport, "FM port # for CMI8330/CMI8329 driver.");
352 fmport[dev] = pnp_port_start(pdev, 1);
367 if (fmport[dev] == SNDRV_AUTO_PORT) {
369 fmport[dev] = pnp_port_start(pdev, 1);
371 fmport[dev] = 0x388; /* Or hardwired */
573 if (fmport[dev] != SNDRV_AUTO_PORT) {
575 fmport[dev], fmport[dev] + 2,
579 fmport[dev], fmport[dev] + 2);