mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Merged rawmidi M4 files into the main ones.
The first attempt to create documentation for the RawMidi API.
This commit is contained in:
parent
76c38e3687
commit
e8a01ea4ed
10 changed files with 744 additions and 475 deletions
|
|
@ -36,8 +36,6 @@ typedef struct {
|
|||
ssize_t (*read)(snd_rawmidi_t *rawmidi, void *buffer, size_t size);
|
||||
} snd_rawmidi_ops_t;
|
||||
|
||||
|
||||
|
||||
struct _snd_rawmidi {
|
||||
char *name;
|
||||
snd_rawmidi_type_t type;
|
||||
|
|
@ -54,4 +52,3 @@ struct _snd_rawmidi {
|
|||
int snd_rawmidi_hw_open(snd_rawmidi_t **input, snd_rawmidi_t **output,
|
||||
const char *name, int card, int device, int subdevice,
|
||||
int mode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue