Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_synth.c35 #define MAX_SYSEX_BUFLEN 128 macro
46 unsigned char buf[MAX_SYSEX_BUFLEN];
530 if (sysex->len >= MAX_SYSEX_BUFLEN) { in snd_seq_oss_synth_sysex()