Searched refs:wss_port (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dsscape.c52 static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
68 module_param_array(wss_port, long, NULL, 0444);
69 MODULE_PARM_DESC(wss_port, "WSS Port # for SoundScape driver.");
966 wss_res = request_region(wss_port[dev], 4, "SoundScape");
969 wss_port[dev]);
989 if (!detect_sscape(sscape, wss_port[dev])) {
1069 err = create_ad1845(card, wss_port[dev], irq[dev],
1074 wss_port[dev], irq[dev]);
1285 wss_port[idx] = CODEC_IO(port[idx]);
1287 wss_port[id
[all...]
H A Dazt2320.c60 static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
124 wss_port[dev] = pnp_port_start(pdev, 2);
204 error = snd_wss_create(card, wss_port[dev], -1,
H A Dopl3sa2.c55 static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;/* 0x530,0xe80,0xf40,0x604 */ variable
77 module_param_array(wss_port, long, NULL, 0444);
78 MODULE_PARM_DESC(wss_port, "WSS port # for OPL3-SA driver.");
596 wss_port[dev] = pnp_port_start(pdev, 1);
604 pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", sb_port[dev], wss_port[dev], fm_port[dev], midi_port[dev]);
667 wss_port[dev] + 4, -1,
671 snd_printd("Oops, WSS not detected at 0x%lx\n", wss_port[dev] + 4);
854 if (wss_port[dev] == SNDRV_AUTO_PORT) {
855 snd_printk(KERN_ERR PFX "specify wss_port\n");

Completed in 102 milliseconds