Lines Matching refs:awe_port
79 static long awe_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
109 module_param_array(awe_port, long, NULL, 0444);
110 MODULE_PARM_DESC(awe_port, "AWE port # for SB16 PnP driver.");
293 awe_port[dev] = pnp_port_start(pdev, 0); in snd_card_sb16_pnp()
303 awe_port[dev] = -1; in snd_card_sb16_pnp()
382 awe_port[dev] > 0 ? "SB AWE" : in snd_sb16_probe()
406 if (awe_port[dev] == SNDRV_AUTO_PORT) in snd_sb16_probe()
407 awe_port[dev] = 0; /* disable */ in snd_sb16_probe()
419 int seqdev = awe_port[dev] > 0 ? 2 : 1; in snd_sb16_probe()
444 if (awe_port[dev] > 0) { in snd_sb16_probe()
445 if ((err = snd_emu8000_new(card, 1, awe_port[dev], in snd_sb16_probe()
447 …snd_printk(KERN_ERR PFX "fatal error - EMU-8000 synthesizer not detected at 0x%lx\n", awe_port[dev… in snd_sb16_probe()
508 awe_port[dev] = port[dev] + 0x400; in snd_sb16_isa_probe1()