Searched refs:sb_port (Results 1 – 4 of 4) sorted by relevance
| /sound/isa/cs423x/ |
| A D | cs4236.c | 36 static long sb_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 60 module_param_hw_array(sb_port, long, ioport, NULL, 0444); 61 MODULE_PARM_DESC(sb_port, "SB port # for " IDENT " driver (optional)."); 213 sb_port[dev] = pnp_port_start(pdev, 2); in snd_cs423x_pnp_init_wss() 219 port[dev], fm_port[dev], sb_port[dev]); in snd_cs423x_pnp_init_wss() 335 if (sb_port[dev] > 0 && sb_port[dev] != SNDRV_AUTO_PORT) { in snd_cs423x_probe() 336 if (!devm_request_region(card->dev, sb_port[dev], 16, in snd_cs423x_probe() 339 sb_port[dev]); in snd_cs423x_probe()
|
| /sound/isa/ |
| A D | opl3sa2.c | 33 static long sb_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ variable 54 module_param_hw_array(sb_port, long, ioport, NULL, 0444); 55 MODULE_PARM_DESC(sb_port, "SB port # for OPL3-SA driver."); 594 sb_port[dev] = pnp_port_start(pdev, 0); in snd_opl3sa2_pnp() 603 …pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", sb_port[dev], wss_port[dev], fm_port[dev], midi_port… in snd_opl3sa2_pnp()
|
| /sound/pci/ |
| A D | es1938.c | 75 #define SLSB_REG(chip, x) ((chip)->sb_port + ESSSB_REG_##x) 181 unsigned long sb_port; member 1538 chip->sb_port = pci_resource_start(pci, 1); in snd_es1938_create() 1553 chip->io_port, chip->sb_port, chip->vc_port, chip->mpu_port, chip->game_port); in snd_es1938_create()
|
| A D | sonicvibes.c | 187 unsigned long sb_port; member 1234 sonic->sb_port = pci_resource_start(pci, 0); in snd_sonicvibes_create()
|
Completed in 27 milliseconds