taglinefilesource code
synth_devs152drivers/sound/dev_table.hstruct synth_operations * synth_devs[MAX_SYNTH_DEV] = {NULL}; int num_synths = 0;
synth_devs210drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths;
synth_devs242drivers/sound/dev_table.hextern struct synth_operations * synth_devs[MAX_SYNTH_DEV]; extern int num_synths;
synth_devs2340drivers/sound/gus_wave.csynth_devs[num_synths++] = &guswave_operations;
synth_devs898drivers/sound/opl3.csynth_devs[num_synths++] = &opl3_operations;
synth_devs142drivers/sound/patmgr.creturn synth_devs[dev]->load_patch (dev, *(unsigned short *) mbox[dev],
synth_devs189drivers/sound/sequencer.cerr = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0);
synth_devs302drivers/sound/sequencer.csynth_devs[dev]->kill_note (dev, q[3], q[5]);
synth_devs309drivers/sound/sequencer.csynth_devs[dev]->start_note (dev, q[3], q[4], q[5]);
synth_devs313drivers/sound/sequencer.csynth_devs[dev]->set_instr (dev, q[3], q[4]);
synth_devs317drivers/sound/sequencer.csynth_devs[dev]->aftertouch (dev, q[3], q[4]);
synth_devs321drivers/sound/sequencer.csynth_devs[dev]->panning (dev, q[3], (char) q[4]);
synth_devs325drivers/sound/sequencer.csynth_devs[dev]->controller (dev, q[3], q[4], *(short *) &q[5]);
synth_devs353drivers/sound/sequencer.cif (synth_devs[0])
synth_devs354drivers/sound/sequencer.csynth_devs[0]->kill_note (0, q[1], q[3]);
synth_devs360drivers/sound/sequencer.cif (synth_devs[0])
synth_devs361drivers/sound/sequencer.csynth_devs[0]->start_note (0, q[1], q[2], q[3]);
synth_devs396drivers/sound/sequencer.cif (synth_devs[0])
synth_devs397drivers/sound/sequencer.csynth_devs[0]->set_instr (0, q[1], q[2]);
synth_devs434drivers/sound/sequencer.csynth_devs[q[1]]->hw_control (q[1], q);
synth_devs505drivers/sound/sequencer.cif (synth_devs[i]->open (i, mode) < 0)
synth_devs617drivers/sound/sequencer.cif (synth_devs[i])
synth_devs618drivers/sound/sequencer.csynth_devs[i]->close (i);
synth_devs679drivers/sound/sequencer.cif (synth_devs[i])
synth_devs680drivers/sound/sequencer.csynth_devs[i]->reset (i);
synth_devs795drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs816drivers/sound/sequencer.creturn IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg));
synth_devs830drivers/sound/sequencer.csynth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs849drivers/sound/sequencer.creturn synth_devs[dev]->ioctl (dev, cmd, arg);
synth_devs885drivers/sound/sequencer.cif (!synth_devs[dev]->pmgr_interface)
synth_devs891drivers/sound/sequencer.cif ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1)
synth_devs960drivers/sound/sequencer.cif (!synth_devs[0])
synth_devs964drivers/sound/sequencer.creturn synth_devs[0]->ioctl (0, cmd, arg);
synth_devs149drivers/sound/soundcard.csprintf (tmp_buf, "%02d: %s\n", i, synth_devs[i]->info->name);