Searched refs:fmport (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/ |
H A D | cmi8330.c | 20 * sbdma16=5 wssport=0x530 wssirq=11 wssdma=0 fmport=0x388 69 static long fmport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 100 module_param_hw_array(fmport, long, ioport, NULL, 0444); 101 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() 568 if (fmport[dev] != SNDRV_AUTO_PORT) { in snd_cmi8330_probe() 570 fmport[de in snd_cmi8330_probe() [all...] |
/kernel/linux/linux-6.6/sound/isa/ |
H A D | cmi8330.c | 20 * sbdma16=5 wssport=0x530 wssirq=11 wssdma=0 fmport=0x388 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."); 352 fmport[dev] = pnp_port_start(pdev, 1); in snd_cmi8330_pnp() 367 if (fmport[dev] == SNDRV_AUTO_PORT) { in snd_cmi8330_pnp() 369 fmport[dev] = pnp_port_start(pdev, 1); in snd_cmi8330_pnp() 371 fmport[dev] = 0x388; /* Or hardwired */ in snd_cmi8330_pnp() 573 if (fmport[dev] != SNDRV_AUTO_PORT) { in snd_cmi8330_probe() 575 fmport[de in snd_cmi8330_probe() [all...] |
Completed in 3 milliseconds