Lines Matching refs:fm_port
61 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */
83 module_param_hw(fm_port, long, ioport, 0444);
84 MODULE_PARM_DESC(fm_port, "FM port # for opti9xx driver.");
752 fm_port = pnp_port_start(pdev, 1) + 8;
768 fm_port = pnp_port_start(pdev, 2) + 8;
902 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) {
912 if (snd_opl4_create(card, fm_port, fm_port - 8,
920 if (!opl3 && snd_opl3_create(card, fm_port, fm_port + 2,
923 fm_port, fm_port + 4 - 1);