Lines Matching refs:ump
387 static void dump_ump_midi1_event(const unsigned int *ump)
389 const snd_ump_msg_midi1_t *m = (const snd_ump_msg_midi1_t *)ump;
430 status, channel, *ump);
507 static void dump_ump_midi2_event(const unsigned int *ump)
509 const snd_ump_msg_midi2_t *m = (const snd_ump_msg_midi2_t *)ump;
592 status, channel, *ump);
607 switch (snd_ump_msg_type(ev->ump)) {
609 dump_ump_midi1_event(ev->ump);
612 dump_ump_midi2_event(ev->ump);
616 snd_ump_msg_type(ev->ump),
617 snd_ump_msg_group(ev->ump),
618 snd_ump_msg_status(ev->ump),
619 *ev->ump);
667 " -u,--ump=version set client MIDI version (0=legacy, 1= UMP MIDI 1.0, 2=UMP MIDI2.0)\n"
700 {"ump", 1, NULL, 'u'},