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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dazt3328.c99 unsigned long synth_port; member in struct:snd_azf3328
1494 snd_azf3328_dbgmisc("codec_port 0x%lx, io2_port 0x%lx, mpu_port 0x%lx, synth_port 0x%lx, mixer_port 0x%lx, irq %d\n", chip->codec_port, chip->io2_port, chip->mpu_port, chip->synth_port, chip->mixer_port, chip->irq);
1555 chip->synth_port = pci_resource_start(pci, 3);
1651 if (snd_opl3_create(card, chip->synth_port, chip->synth_port+2,
1654 chip->synth_port, chip->synth_port+2 );
1732 chip->saved_regs_synth[reg] = inw(chip->synth_port + reg * 2);
1762 outw(chip->saved_regs_synth[reg], chip->synth_port
[all...]
H A Dsonicvibes.c206 unsigned long synth_port; member in struct:sonicvibes
1174 sonic->synth_port = pci_resource_start(pci, 2);
1378 if ((err = snd_opl3_create(card, sonic->synth_port,
1379 sonic->synth_port + 2,

Completed in 68 milliseconds