Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dmidi_synth.c474 struct sysex_info sysex; in midi_synth_load_patch() local
478 int hdr_size = (unsigned long) &sysex.data[0] - (unsigned long) &sysex; in midi_synth_load_patch()
502 if(copy_from_user(&((char *) &sysex)[offs], &(addr)[offs], hdr_size - offs)) in midi_synth_load_patch()
505 if (count < sysex.len) in midi_synth_load_patch()
508 sysex.len = count; in midi_synth_load_patch()
510 left = sysex.len; in midi_synth_load_patch()
/linux-2.4.37.9/Documentation/sound/
DREADME.awe151 control codes directly. XG and GS sysex/NRPN are accepted.