note_decode        39 sound/core/seq/seq_midi_event.c static void note_decode(struct snd_seq_event *ev, unsigned char *buf);
note_decode        55 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_NOTEOFF,	 2, note_event, note_decode},
note_decode        56 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_NOTEON,	 2, note_event, note_decode},
note_decode        57 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_KEYPRESS,	 2, note_event, note_decode},