The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Takashi Iwai a7f3ff4a4f New light-weight event handling:
1. No more needs to call snd_seq_event_free() for releasing the cell.
   But you should keep it anyway, both for compatibility and for future
   extension.
2. API is basically kept unmodified.  The sign of return values are same,
   i.e. positive integers will be returned if events exist on buffer/queue.
   But the exact value may be different from the older version.
3. snd_seq_event_input() renders the event directly from the static input
   buffer.  The function is not re-entrant.
4. snd_seq_event_input_selective() is removed.
2000-08-29 11:39:08 +00:00
doc Documentation placement changes.. 1999-12-02 12:31:35 +00:00
include New light-weight event handling: 2000-08-29 11:39:08 +00:00
src New light-weight event handling: 2000-08-29 11:39:08 +00:00
test Completed conf. Better name for snd_card_get_index. Cleaned card access 2000-08-25 14:33:53 +00:00
utils Fix the check of ALSA_CFLAGS. 2000-08-29 11:33:47 +00:00
acconfig.h Switch to automake and libtool 1998-11-18 20:42:09 +00:00
acinclude.m4 Add --with-kernel in configure script to specify the directory 2000-08-29 11:33:02 +00:00
ChangeLog * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
config.guess * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
config.sub * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
configure.in Add --with-kernel in configure script to specify the directory 2000-08-29 11:33:02 +00:00
COPYING Initial revision 1998-08-13 15:42:56 +00:00
cvscompile Added autoheader to cvscompile. 2000-06-05 14:34:21 +00:00
INSTALL First version... 1998-12-30 17:11:25 +00:00
install-sh Initial revision 1998-08-13 15:42:56 +00:00
ltconfig * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
ltmain.sh * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
Makefile.am Misc fixes: 2000-05-26 14:34:44 +00:00
missing Switch to automake and libtool 1998-11-18 20:42:09 +00:00
mkinstalldirs Switch to automake and libtool 1998-11-18 20:42:09 +00:00
TODO Updated 2000-08-25 14:31:07 +00:00