Searched refs:ics2115_port (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/sound/isa/wavefront/ |
| D | wavefront.c | 49 static long ics2115_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 80 module_param_array(ics2115_port, long, NULL, 0444); 81 MODULE_PARM_DESC(ics2115_port, "Port # for ICS2115."); 177 ics2115_port[dev] = pnp_port_start(pdev, 0); in snd_wavefront_pnp() 209 ics2115_port[dev], in snd_wavefront_pnp() 411 acard->wavefront.res_base = request_region(ics2115_port[dev], 16, in snd_wavefront_probe() 415 ics2115_port[dev], ics2115_port[dev] + 16 - 1); in snd_wavefront_probe() 425 acard->wavefront.base = ics2115_port[dev]; in snd_wavefront_probe() 460 if (ics2115_port[dev] > 0 && ics2115_port[dev] != SNDRV_AUTO_PORT) { in snd_wavefront_probe() 465 ics2115_port[dev], in snd_wavefront_probe() [all …]
|
| /linux-4.4.14/Documentation/sound/alsa/ |
| D | ALSA-Configuration.txt | 1787 ics2115_port - Port # for ICS2115
|