Home
last modified time | relevance | path

Searched refs:start_note (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/sound/oss/
Dmidi_synth.h35 .start_note = midi_synth_start_note,
Ddev_table.h269 int (*start_note) (int dev, int voice, int note, int velocity); member
Dsequencer.c387 synth_devs[dev]->start_note(dev, q[3], q[4], q[5]); in extended_event()
501 synth_devs[dev]->start_note(dev, voice, note, parm); in seq_chn_voice_event()
755 synth_devs[0]->start_note(0, q[1], q[2], q[3]); in play_event()
Dopl3.c1099 .start_note = opl3_start_note,
Dmpu401.c894 .start_note = midi_synth_start_note,