Lines Matching defs:fm_port
55 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */
77 module_param_hw(fm_port, long, ioport, 0444);
78 MODULE_PARM_DESC(fm_port, "FM port # for opti9xx driver.");
750 fm_port = pnp_port_start(pdev, 1) + 8;
766 fm_port = pnp_port_start(pdev, 2) + 8;
884 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) {
894 if (snd_opl4_create(card, fm_port, fm_port - 8,
902 if (!opl3 && snd_opl3_create(card, fm_port, fm_port + 2,
905 fm_port, fm_port + 4 - 1);