ALSA project - the C library reference
ump_local.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #include "rawmidi.h"
3 #include "ump.h"
4 #include "ump_msg.h"
5 
6 #ifndef DOC_HIDDEN
7 struct _snd_ump {
8  snd_rawmidi_t *rawmidi;
9  unsigned int flags;
10  int is_input;
11 };
12 #endif /* DOC_HIDDEN */
struct _snd_rawmidi snd_rawmidi_t
Definition: rawmidi.h:68
Application interface library for the ALSA driver.