Searched refs:fmport (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/isa/ |
| H A D | cmi8330.c | 68 static long fmport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 99 module_param_hw_array(fmport, long, ioport, NULL, 0444); 100 MODULE_PARM_DESC(fmport, "FM port # for CMI8330/CMI8329 driver."); 351 fmport[dev] = pnp_port_start(pdev, 1); in snd_cmi8330_pnp() 366 if (fmport[dev] == SNDRV_AUTO_PORT) { in snd_cmi8330_pnp() 368 fmport[dev] = pnp_port_start(pdev, 1); in snd_cmi8330_pnp() 370 fmport[dev] = 0x388; /* Or hardwired */ in snd_cmi8330_pnp() 570 if (fmport[dev] != SNDRV_AUTO_PORT) { in snd_cmi8330_probe() 572 fmport[dev], fmport[dev] + 2, in snd_cmi8330_probe() 576 fmport[dev], fmport[dev] + 2); in snd_cmi8330_probe()
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 501 fmport
|