Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_midi_emul.c486 static unsigned char gm_on_macro[] = { in sysex() local
512 if (len >= (int)sizeof(gm_on_macro) && in sysex()
513 memcmp(buf, gm_on_macro, sizeof(gm_on_macro)) == 0) { in sysex()