Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_midi_emul.c486 static const unsigned char xg_on_macro[] = { in sysex() local
570 else if (len >= (int)sizeof(xg_on_macro) && in sysex()
571 memcmp(buf, xg_on_macro, sizeof(xg_on_macro)) == 0) { in sysex()