Searched refs:note_event (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_midi_event.c65 static void note_event(snd_midi_event_t *dev, snd_seq_event_t *ev);
88 {SND_SEQ_EVENT_NOTEOFF, 2, note_event, note_decode},
89 {SND_SEQ_EVENT_NOTEON, 2, note_event, note_decode},
90 {SND_SEQ_EVENT_KEYPRESS, 2, note_event, note_decode},
464 static void note_event(snd_midi_event_t *dev, snd_seq_event_t *ev) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_event.c45 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
67 {SNDRV_SEQ_EVENT_NOTEOFF, 2, note_event, note_decode},
68 {SNDRV_SEQ_EVENT_NOTEON, 2, note_event, note_decode},
69 {SNDRV_SEQ_EVENT_KEYPRESS, 2, note_event, note_decode},
283 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) function

Completed in 106 milliseconds