Home
last modified time | relevance | path

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

/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c22 #define MAX_SYSEX_BUFLEN 128 macro
33 unsigned char buf[MAX_SYSEX_BUFLEN];
518 if (sysex->len >= MAX_SYSEX_BUFLEN) { in snd_seq_oss_synth_sysex()