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 | 486 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc_voice) |
synth_devs | 501 | drivers/sound/sequencer.c | if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice) |
synth_devs | 511 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, voice, |
synth_devs | 512 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num); |
synth_devs | 515 | drivers/sound/sequencer.c | synth_devs[dev]->start_note (dev, voice, note, parm); |
synth_devs | 521 | drivers/sound/sequencer.c | synth_devs[dev]->kill_note (dev, voice, note, parm); |
synth_devs | 547 | drivers/sound/sequencer.c | if (!synth_devs[dev]) |
synth_devs | 555 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num = p1; |
synth_devs | 558 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, chn, p1); |
synth_devs | 578 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0xff; |
synth_devs | 586 | drivers/sound/sequencer.c | val = ((synth_devs[dev]-> |
synth_devs | 588 | drivers/sound/sequencer.c | | (synth_devs[dev]-> |
synth_devs | 593 | drivers/sound/sequencer.c | val = synth_devs[dev]->chn_info[chn].controllers[p1]; |
synth_devs | 595 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, val); |
synth_devs | 598 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
synth_devs | 601 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
synth_devs | 605 | drivers/sound/sequencer.c | synth_devs[dev]->bender (dev, chn, w14); |
synth_devs | 736 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 737 | drivers/sound/sequencer.c | synth_devs[0]->kill_note (0, q[1], 255, q[3]); |
synth_devs | 743 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 744 | drivers/sound/sequencer.c | synth_devs[0]->start_note (0, q[1], q[2], q[3]); |
synth_devs | 785 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 786 | drivers/sound/sequencer.c | synth_devs[0]->set_instr (0, q[1], q[2]); |
synth_devs | 833 | drivers/sound/sequencer.c | synth_devs[q[1]]->hw_control (q[1], q); |
synth_devs | 901 | drivers/sound/sequencer.c | synth_devs[max_synthdev++] = |
synth_devs | 911 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num = 0; |
synth_devs | 913 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers, |
synth_devs | 1032 | drivers/sound/sequencer.c | if ((tmp = synth_devs[i]->open (i, mode)) < 0) |
synth_devs | 1035 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) |
synth_devs | 1036 | drivers/sound/sequencer.c | printk ("(Maps to midi dev #%d\n", synth_devs[i]->midi_dev); |
synth_devs | 1041 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) /* |
synth_devs | 1044 | drivers/sound/sequencer.c | midi_opened[synth_devs[i]->midi_dev] = 1; |
synth_devs | 1156 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1158 | drivers/sound/sequencer.c | synth_devs[i]->close (i); |
synth_devs | 1160 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) |
synth_devs | 1161 | drivers/sound/sequencer.c | midi_opened[synth_devs[i]->midi_dev] = 0; |
synth_devs | 1246 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1247 | drivers/sound/sequencer.c | synth_devs[i]->reset (i); |
synth_devs | 1253 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1255 | drivers/sound/sequencer.c | synth_devs[i]->controller (i, chn, 0xfe, 0); /* All notes off */ |
synth_devs | 1466 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1487 | drivers/sound/sequencer.c | return IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg)); |
synth_devs | 1501 | drivers/sound/sequencer.c | synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1520 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1556 | drivers/sound/sequencer.c | if (!synth_devs[dev]->pmgr_interface) |
synth_devs | 1562 | drivers/sound/sequencer.c | if ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1) |
synth_devs | 1648 | drivers/sound/sequencer.c | if (!synth_devs[0]) |
synth_devs | 1652 | 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)) |