mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-22 01:40:08 -05:00
Added snd_*_card() functions.
This commit is contained in:
parent
c268a4bf56
commit
9acdef38c9
31 changed files with 140 additions and 12 deletions
|
|
@ -41,6 +41,12 @@ int snd_rawmidi_close(snd_rawmidi_t *rmidi)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int snd_rawmidi_card(snd_rawmidi_t *rmidi)
|
||||
{
|
||||
assert(rmidi);
|
||||
return rmidi->ops->card(rmidi);
|
||||
}
|
||||
|
||||
int snd_rawmidi_poll_descriptor(snd_rawmidi_t *rmidi)
|
||||
{
|
||||
assert(rmidi);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue