mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
- fixed the name from "virt" to "virtual".
- fixed compilation error.
This commit is contained in:
parent
5efcf32772
commit
237f7f46f0
2 changed files with 54 additions and 53 deletions
|
|
@ -54,6 +54,6 @@ int snd_rawmidi_hw_open(snd_rawmidi_t **input, snd_rawmidi_t **output,
|
|||
const char *name, int card, int device, int subdevice,
|
||||
int mode);
|
||||
|
||||
int snd_rawmidi_virt_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp,
|
||||
const char *name, snd_seq_t *seq_handle, int port,
|
||||
int merge, int mode);
|
||||
int snd_rawmidi_virtual_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp,
|
||||
const char *name, snd_seq_t *seq_handle, int port,
|
||||
int merge, int mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue