tag | line | file | source code |
synth_devs | 203 | drivers/sound/dev_table.h | struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV] = {NULL}; int num_synths = 0; |
synth_devs | 329 | drivers/sound/dev_table.h | extern struct synth_operations * synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; extern int num_synths; |
synth_devs | 2965 | drivers/sound/gus_wave.c | synth_devs[num_synths++] = &guswave_operations; |
synth_devs | 113 | drivers/sound/midi_synth.c | IOCTL_TO_USER ((char *) arg, 0, synth_devs[dev]->info, |
synth_devs | 131 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 197 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 217 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 262 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 281 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 300 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 386 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 415 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 448 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 825 | drivers/sound/mpu401.c | midi_dev = synth_devs[dev]->midi_dev; |
synth_devs | 857 | drivers/sound/mpu401.c | midi_dev = synth_devs[dev]->midi_dev; |
synth_devs | 896 | drivers/sound/mpu401.c | midi_dev = synth_devs[dev]->midi_dev; |
synth_devs | 1169 | drivers/sound/opl3.c | synth_devs[num_synths++] = &opl3_operations; |
synth_devs | 144 | drivers/sound/patmgr.c | return synth_devs[dev]->load_patch (dev, *(unsigned short *) mbox[dev], |
synth_devs | 268 | drivers/sound/sequencer.c | err = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0); |
synth_devs | 401 | drivers/sound/sequencer.c | synth_devs[dev]->kill_note (dev, q[3], q[4], q[5]); |
synth_devs | 408 | drivers/sound/sequencer.c | synth_devs[dev]->start_note (dev, q[3], q[4], q[5]); |
synth_devs | 412 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, q[3], q[4]); |
synth_devs | 416 | drivers/sound/sequencer.c | synth_devs[dev]->aftertouch (dev, q[3], q[4]); |
synth_devs | 420 | drivers/sound/sequencer.c | synth_devs[dev]->panning (dev, q[3], (char) q[4]); |
synth_devs | 424 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, q[3], q[4], *(short *) &q[5]); |
synth_devs | 428 | drivers/sound/sequencer.c | if (synth_devs[dev]->volume_method != NULL) |
synth_devs | 429 | drivers/sound/sequencer.c | synth_devs[dev]->volume_method (dev, q[3]); |
synth_devs | 447 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
synth_devs | 448 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc.map[i] == key) |
synth_devs | 462 | drivers/sound/sequencer.c | voice = synth_devs[dev]->alloc_voice (dev, chn, note, |
synth_devs | 463 | drivers/sound/sequencer.c | &synth_devs[dev]->alloc); |
synth_devs | 464 | drivers/sound/sequencer.c | synth_devs[dev]->alloc.map[voice] = key; |
synth_devs | 482 | drivers/sound/sequencer.c | if (!synth_devs[dev]) |
synth_devs | 487 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc_voice) |
synth_devs | 503 | drivers/sound/sequencer.c | if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice) |
synth_devs | 513 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, voice, |
synth_devs | 514 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num); |
synth_devs | 517 | drivers/sound/sequencer.c | synth_devs[dev]->start_note (dev, voice, note, parm); |
synth_devs | 523 | drivers/sound/sequencer.c | synth_devs[dev]->kill_note (dev, voice, note, parm); |
synth_devs | 549 | drivers/sound/sequencer.c | if (!synth_devs[dev]) |
synth_devs | 557 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num = p1; |
synth_devs | 560 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, chn, p1); |
synth_devs | 580 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0xff; |
synth_devs | 588 | drivers/sound/sequencer.c | val = ((synth_devs[dev]-> |
synth_devs | 590 | drivers/sound/sequencer.c | | (synth_devs[dev]-> |
synth_devs | 595 | drivers/sound/sequencer.c | val = synth_devs[dev]->chn_info[chn].controllers[p1]; |
synth_devs | 597 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, val); |
synth_devs | 600 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
synth_devs | 603 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
synth_devs | 607 | drivers/sound/sequencer.c | synth_devs[dev]->bender (dev, chn, w14); |
synth_devs | 738 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 739 | drivers/sound/sequencer.c | synth_devs[0]->kill_note (0, q[1], 255, q[3]); |
synth_devs | 745 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 746 | drivers/sound/sequencer.c | synth_devs[0]->start_note (0, q[1], q[2], q[3]); |
synth_devs | 787 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 788 | drivers/sound/sequencer.c | synth_devs[0]->set_instr (0, q[1], q[2]); |
synth_devs | 835 | drivers/sound/sequencer.c | synth_devs[q[1]]->hw_control (q[1], q); |
synth_devs | 903 | drivers/sound/sequencer.c | synth_devs[max_synthdev++] = |
synth_devs | 913 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num = 0; |
synth_devs | 915 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers, |
synth_devs | 1034 | drivers/sound/sequencer.c | if ((tmp = synth_devs[i]->open (i, mode)) < 0) |
synth_devs | 1037 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) |
synth_devs | 1038 | drivers/sound/sequencer.c | printk ("(Maps to midi dev #%d\n", synth_devs[i]->midi_dev); |
synth_devs | 1043 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) /* |
synth_devs | 1046 | drivers/sound/sequencer.c | midi_opened[synth_devs[i]->midi_dev] = 1; |
synth_devs | 1158 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1160 | drivers/sound/sequencer.c | synth_devs[i]->close (i); |
synth_devs | 1162 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) |
synth_devs | 1163 | drivers/sound/sequencer.c | midi_opened[synth_devs[i]->midi_dev] = 0; |
synth_devs | 1248 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1249 | drivers/sound/sequencer.c | synth_devs[i]->reset (i); |
synth_devs | 1255 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1257 | drivers/sound/sequencer.c | synth_devs[i]->controller (i, chn, 0xfe, 0); /* All notes off */ |
synth_devs | 1468 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1489 | drivers/sound/sequencer.c | return IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg)); |
synth_devs | 1503 | drivers/sound/sequencer.c | synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1522 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1558 | drivers/sound/sequencer.c | if (!synth_devs[dev]->pmgr_interface) |
synth_devs | 1564 | drivers/sound/sequencer.c | if ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1) |
synth_devs | 1650 | drivers/sound/sequencer.c | if (!synth_devs[0]) |
synth_devs | 1654 | drivers/sound/sequencer.c | return synth_devs[0]->ioctl (0, cmd, arg); |
synth_devs | 211 | drivers/sound/sound_switch.c | if (!put_status (synth_devs[i]->info->name)) |