Lines Matching defs:wss_port
39 static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
55 module_param_hw_array(wss_port, long, ioport, NULL, 0444);
56 MODULE_PARM_DESC(wss_port, "WSS Port # for SoundScape driver.");
952 wss_res = request_region(wss_port[dev], 4, "SoundScape");
955 wss_port[dev]);
975 if (!detect_sscape(sscape, wss_port[dev])) {
1057 err = create_ad1845(card, wss_port[dev], irq[dev],
1062 wss_port[dev], irq[dev]);
1273 wss_port[idx] = CODEC_IO(port[idx]);
1275 wss_port[idx] = pnp_port_start(dev, 1);