mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
added virtual rawmidi plugin.
This commit is contained in:
parent
118bf89508
commit
e332fc0b9b
4 changed files with 472 additions and 2 deletions
|
|
@ -21,9 +21,11 @@
|
|||
#ifndef PIC
|
||||
|
||||
extern const char *_snd_module_rawmidi_hw;
|
||||
extern const char *_snd_module_rawmidi_virt;
|
||||
|
||||
static const char **snd_rawmidi_open_objects[] = {
|
||||
&_snd_module_rawmidi_hw
|
||||
&_snd_module_rawmidi_hw,
|
||||
&_snd_module_rawmidi_virt
|
||||
};
|
||||
|
||||
void *snd_rawmidi_open_symbols(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue