note_decode        51 sound/core/seq/seq_midi_event.c static void note_decode(struct snd_seq_event *ev, unsigned char *buf);
note_decode        67 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_NOTEOFF,	 2, note_event, note_decode},
note_decode        68 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_NOTEON,	 2, note_event, note_decode},
note_decode        69 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_KEYPRESS,	 2, note_event, note_decode},