OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e332fc0
)
added SND_RAWMIDI_TYPE_VIRTUAL.
author
Takashi Iwai
<tiwai@suse.de>
Tue, 29 Jul 2003 17:15:58 +0000
(17:15 +0000)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 29 Jul 2003 17:15:58 +0000
(17:15 +0000)
include/rawmidi.h
patch
|
blob
|
history
diff --git
a/include/rawmidi.h
b/include/rawmidi.h
index
6ccd63c
..
3ff8c0d
100644
(file)
--- a/
include/rawmidi.h
+++ b/
include/rawmidi.h
@@
-74,7
+74,9
@@
typedef enum _snd_rawmidi_type {
/** Shared memory client RawMidi (not yet implemented) */
SND_RAWMIDI_TYPE_SHM,
/** INET client RawMidi (not yet implemented) */
- SND_RAWMIDI_TYPE_INET
+ SND_RAWMIDI_TYPE_INET,
+ /** Virtual (sequencer) RawMidi */
+ SND_RAWMIDI_TYPE_VIRT
} snd_rawmidi_type_t;
int snd_rawmidi_open(snd_rawmidi_t **in_rmidi, snd_rawmidi_t **out_rmidi,