tag | line | file | source code |
synth_devs | 236 | drivers/sound/dev_table.h | struct synth_operations *synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV] = {NULL}; int num_synths = 0; |
synth_devs | 416 | drivers/sound/dev_table.h | extern struct synth_operations * synth_devs[MAX_SYNTH_DEV+MAX_MIDI_DEV]; extern int num_synths; |
synth_devs | 2462 | drivers/sound/gus_wave.c | &synth_devs[dev]->chn_info[chn]; |
synth_devs | 3065 | drivers/sound/gus_wave.c | synth_devs[num_synths++] = &guswave_operations; |
synth_devs | 264 | drivers/sound/midi_synth.c | IOCTL_TO_USER ((char *) arg, 0, synth_devs[dev]->info, |
synth_devs | 282 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 348 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 368 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 413 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 444 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 463 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 549 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 579 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 612 | drivers/sound/midi_synth.c | int orig_dev = synth_devs[dev]->midi_dev; |
synth_devs | 824 | drivers/sound/mpu401.c | midi_dev = synth_devs[dev]->midi_dev; |
synth_devs | 856 | drivers/sound/mpu401.c | midi_dev = synth_devs[dev]->midi_dev; |
synth_devs | 928 | drivers/sound/mpu401.c | midi_dev = synth_devs[dev]->midi_dev; |
synth_devs | 1171 | drivers/sound/opl3.c | &synth_devs[dev]->chn_info[chn]; |
synth_devs | 1216 | 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 | 275 | drivers/sound/sequencer.c | err = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0); |
synth_devs | 416 | drivers/sound/sequencer.c | synth_devs[dev]->kill_note (dev, q[3], q[4], q[5]); |
synth_devs | 423 | drivers/sound/sequencer.c | synth_devs[dev]->start_note (dev, q[3], q[4], q[5]); |
synth_devs | 427 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, q[3], q[4]); |
synth_devs | 431 | drivers/sound/sequencer.c | synth_devs[dev]->aftertouch (dev, q[3], q[4]); |
synth_devs | 435 | drivers/sound/sequencer.c | synth_devs[dev]->panning (dev, q[3], (char) q[4]); |
synth_devs | 439 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, q[3], q[4], *(short *) &q[5]); |
synth_devs | 443 | drivers/sound/sequencer.c | if (synth_devs[dev]->volume_method != NULL) |
synth_devs | 444 | drivers/sound/sequencer.c | synth_devs[dev]->volume_method (dev, q[3]); |
synth_devs | 462 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
synth_devs | 463 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc.map[i] == key) |
synth_devs | 477 | drivers/sound/sequencer.c | voice = synth_devs[dev]->alloc_voice (dev, chn, note, |
synth_devs | 478 | drivers/sound/sequencer.c | &synth_devs[dev]->alloc); |
synth_devs | 479 | drivers/sound/sequencer.c | synth_devs[dev]->alloc.map[voice] = key; |
synth_devs | 480 | drivers/sound/sequencer.c | synth_devs[dev]->alloc.alloc_times[voice] = |
synth_devs | 481 | drivers/sound/sequencer.c | synth_devs[dev]->alloc.timestamp++; |
synth_devs | 499 | drivers/sound/sequencer.c | if (!synth_devs[dev]) |
synth_devs | 504 | drivers/sound/sequencer.c | if (synth_devs[dev]->alloc_voice) |
synth_devs | 520 | drivers/sound/sequencer.c | if (voice == -1 && seq_mode == SEQ_2 && synth_devs[dev]->alloc_voice) |
synth_devs | 537 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, voice, 128 + note); |
synth_devs | 545 | drivers/sound/sequencer.c | synth_devs[dev]->setup_voice (dev, voice, chn); |
synth_devs | 548 | drivers/sound/sequencer.c | synth_devs[dev]->start_note (dev, voice, note, parm); |
synth_devs | 554 | drivers/sound/sequencer.c | synth_devs[dev]->kill_note (dev, voice, note, parm); |
synth_devs | 560 | drivers/sound/sequencer.c | synth_devs[dev]->aftertouch (dev, voice, parm); |
synth_devs | 582 | drivers/sound/sequencer.c | if (!synth_devs[dev]) |
synth_devs | 590 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num = p1; |
synth_devs | 592 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, chn, p1); |
synth_devs | 595 | drivers/sound/sequencer.c | synth_devs[dev]->set_instr (dev, chn, p1); |
synth_devs | 606 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f; |
synth_devs | 615 | drivers/sound/sequencer.c | val = ((synth_devs[dev]-> |
synth_devs | 617 | drivers/sound/sequencer.c | | (synth_devs[dev]-> |
synth_devs | 626 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
synth_devs | 627 | drivers/sound/sequencer.c | if ((synth_devs[dev]->alloc.map[i] & 0xff00) == key) |
synth_devs | 628 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, i, p1, val); |
synth_devs | 631 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
synth_devs | 634 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
synth_devs | 640 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].bender_value = w14; |
synth_devs | 648 | drivers/sound/sequencer.c | for (i = 0; i < synth_devs[dev]->alloc.max_voice; i++) |
synth_devs | 649 | drivers/sound/sequencer.c | if ((synth_devs[dev]->alloc.map[i] & 0xff00) == key) |
synth_devs | 650 | drivers/sound/sequencer.c | synth_devs[dev]->bender (dev, i, w14); |
synth_devs | 653 | drivers/sound/sequencer.c | synth_devs[dev]->bender (dev, chn, w14); |
synth_devs | 656 | drivers/sound/sequencer.c | synth_devs[dev]->bender (dev, chn, w14); |
synth_devs | 781 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 782 | drivers/sound/sequencer.c | synth_devs[0]->kill_note (0, q[1], 255, q[3]); |
synth_devs | 788 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 789 | drivers/sound/sequencer.c | synth_devs[0]->start_note (0, q[1], q[2], q[3]); |
synth_devs | 830 | drivers/sound/sequencer.c | if (synth_devs[0]) |
synth_devs | 831 | drivers/sound/sequencer.c | synth_devs[0]->set_instr (0, q[1], q[2]); |
synth_devs | 874 | drivers/sound/sequencer.c | synth_devs[q[1]]->hw_control (q[1], q); |
synth_devs | 969 | drivers/sound/sequencer.c | synth_devs[max_synthdev++] = |
synth_devs | 979 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].pgm_num = 0; |
synth_devs | 981 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers, |
synth_devs | 983 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].bender_value = (1 << 7); /* Neutral */ |
synth_devs | 1100 | drivers/sound/sequencer.c | if ((tmp = synth_devs[i]->open (i, mode)) < 0) |
synth_devs | 1103 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) |
synth_devs | 1104 | drivers/sound/sequencer.c | printk ("(Maps to MIDI dev #%d)\n", synth_devs[i]->midi_dev); |
synth_devs | 1109 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) /* |
synth_devs | 1112 | drivers/sound/sequencer.c | midi_opened[synth_devs[i]->midi_dev] = 1; |
synth_devs | 1224 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1226 | drivers/sound/sequencer.c | synth_devs[i]->close (i); |
synth_devs | 1228 | drivers/sound/sequencer.c | if (synth_devs[i]->midi_dev) |
synth_devs | 1229 | drivers/sound/sequencer.c | midi_opened[synth_devs[i]->midi_dev] = 0; |
synth_devs | 1312 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1313 | drivers/sound/sequencer.c | synth_devs[i]->reset (i); |
synth_devs | 1321 | drivers/sound/sequencer.c | if (synth_devs[i]) |
synth_devs | 1323 | drivers/sound/sequencer.c | synth_devs[i]->controller (i, chn, 123, 0); /* All notes off */ |
synth_devs | 1324 | drivers/sound/sequencer.c | synth_devs[i]->controller (i, chn, 121, 0); /* Reset all ctl */ |
synth_devs | 1325 | drivers/sound/sequencer.c | synth_devs[i]->bender (i, chn, 1 << 13); /* Bender off */ |
synth_devs | 1537 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1558 | drivers/sound/sequencer.c | return IOCTL_OUT (arg, synth_devs[dev]->ioctl (dev, cmd, arg)); |
synth_devs | 1572 | drivers/sound/sequencer.c | synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1591 | drivers/sound/sequencer.c | return synth_devs[dev]->ioctl (dev, cmd, arg); |
synth_devs | 1646 | drivers/sound/sequencer.c | if (!synth_devs[dev]->pmgr_interface) |
synth_devs | 1652 | drivers/sound/sequencer.c | if ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1) |
synth_devs | 1742 | drivers/sound/sequencer.c | if (!synth_devs[0]) |
synth_devs | 1746 | drivers/sound/sequencer.c | return synth_devs[0]->ioctl (0, cmd, arg); |
synth_devs | 227 | drivers/sound/sound_switch.c | if (!put_status (synth_devs[i]->info->name)) |