Lines Matching defs:fm_port
37 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
49 module_param_hw_array(fm_port, long, ioport, NULL, 0444);
50 MODULE_PARM_DESC(fm_port, "FM port # for " CRD_NAME " driver.");
356 switch (fm_port[n]) {
358 dev_warn(dev, "fm_port not specified: not using OPL3\n");
359 fm_port[n] = -1;
364 dev_err(dev, "illegal FM port %#lx\n", fm_port[n]);
581 if (fm_port[n] >= 0) {
584 err = snd_opl3_create(card, fm_port[n], fm_port[n] + 2,
587 dev_err(dev, "no OPL device at %#lx\n", fm_port[n]);