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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16.c77 static long awe_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
107 module_param_array(awe_port, long, NULL, 0444);
108 MODULE_PARM_DESC(awe_port, "AWE port # for SB16 PnP driver.");
291 awe_port[dev] = pnp_port_start(pdev, 0);
301 awe_port[dev] = -1;
379 awe_port[dev] > 0 ? "SB AWE" :
402 if (awe_port[dev] == SNDRV_AUTO_PORT)
403 awe_port[dev] = 0; /* disable */
415 int seqdev = awe_port[dev] > 0 ? 2 : 1;
440 if (awe_port[de
[all...]

Completed in 99 milliseconds