Lines Matching refs:ics2115_port
36 static long ics2115_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
67 module_param_hw_array(ics2115_port, long, ioport, NULL, 0444);
68 MODULE_PARM_DESC(ics2115_port, "Port # for ICS2115.");
164 ics2115_port[dev] = pnp_port_start(pdev, 0); in snd_wavefront_pnp()
196 ics2115_port[dev], in snd_wavefront_pnp()
398 acard->wavefront.res_base = request_region(ics2115_port[dev], 16, in snd_wavefront_probe()
402 ics2115_port[dev], ics2115_port[dev] + 16 - 1); in snd_wavefront_probe()
413 acard->wavefront.base = ics2115_port[dev]; in snd_wavefront_probe()
448 if (ics2115_port[dev] > 0 && ics2115_port[dev] != SNDRV_AUTO_PORT) { in snd_wavefront_probe()
453 ics2115_port[dev], in snd_wavefront_probe()
464 if (ics2115_port[dev] > 0 && ics2115_port[dev] != SNDRV_AUTO_PORT) { in snd_wavefront_probe()
469 ics2115_port[dev], in snd_wavefront_probe()
484 ics2115_port[dev]); in snd_wavefront_probe()
524 ics2115_port[dev], in snd_wavefront_probe()
543 if (ics2115_port[dev] == SNDRV_AUTO_PORT) { in snd_wavefront_isa_match()