The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Jaroslav Kysela 88e5e45151 Major change to sequencer API.
The sequencer API is totally recoded with the style of "encapsulation"
in other api.
The structure becomes opaque and accessed only via functions.

Other changes:
- There is no longer group in client and port info.
- snd_seq_query_subs_t is renamed to snd_seq_query_subscribe_t.
- snd_seq_delete_port takes only the port id argument instead of
  port_info structure.
- snd_seq_input/output_buffer_size are renamed
  as snd_seq_get_input/output_buffer_size.
  Similarly snd_seq_resize_input/output_buffer are renamed as
  snd_seq_set_input/output_buffer_size.
- snd_seq_get_named_queue is renamed to snd_seq_query_named_queue.
- Sync codes are removed temporarily from API.
- Subscription conditions are accessed via the corresponding functions.
  convert_time is named now as time_update.
- snd_seq_get/set_queue_owner are removed.
  Use snd_seq_get/set_queue_info instead.
- Instrument put/get/remove structure is unified as snd_instr_header_t.
2001-07-04 13:54:13 +00:00
aserver New async notification API. Removed obsolete surround. Cleaning 2001-06-20 20:52:12 +00:00
doc Removed loopback PCM type (share will do the job) 2001-07-02 07:17:00 +00:00
include Major change to sequencer API. 2001-07-04 13:54:13 +00:00
src Major change to sequencer API. 2001-07-04 13:54:13 +00:00
test Major change to sequencer API. 2001-07-04 13:54:13 +00:00
utils Removed snd_defaults_ functions. 2001-06-08 10:15:25 +00:00
acconfig.h DATADIR is obtained from the configure script 2001-06-26 10:45:10 +00:00
acinclude.m4 Changed linux/ to sound/ in #include 2001-05-09 11:57:51 +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 Get rid of ugly bash2 requirement 2001-07-01 17:31:39 +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 Added 'doc' rule 2001-04-06 19:10:32 +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 2001-03-27 11:45:56 +00:00