mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
More documentation changes (rawmidi, timer)
This commit is contained in:
parent
56fac8ab14
commit
2ca5ace9cb
11 changed files with 197 additions and 20 deletions
|
|
@ -5,6 +5,8 @@
|
|||
* \author Abramo Bagnara <abramo@alsa-project.org>
|
||||
* \author Takashi Iwai <tiwai@suse.de>
|
||||
* \date 2000-2001
|
||||
*
|
||||
* See \ref seq page for more details.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -26,6 +28,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/*! \page seq Sequencer interface
|
||||
|
||||
<P>Description...
|
||||
|
||||
*/
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <sys/poll.h>
|
||||
#include "seq_local.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue