alsa-lib/src/seq
Jaroslav Kysela c39882f602 Configuration:
- changed snd_config_get_id function to follow semantic of other get functions
  - added snd_config_test_id
  - added runtime pointer type (not persistent)
    - added snd_config_make_pointer, snd_config_set_pointer, snd_config_get_pointer
  - added type/contents checking for callback functions
    - changed 'void *private_data' to 'snd_config_t *private_data'
  - renamed card_strtype functions to card_driver
Control:
  - fixed passing parameters to snd_ctl_async
Async handlers:
  - added public snd_async_handler_get_signo function
Documentation:
  - moved all documentation to source files
2001-11-19 08:14:21 +00:00
..
Makefile.am Changes for static build. 2001-10-24 14:14:11 +00:00
seq.c Configuration: 2001-11-19 08:14:21 +00:00
seq_event.c The main header file is not dependant on asound.h from driver. 2001-08-20 13:15:30 +00:00
seq_hw.c Configuration: 2001-11-19 08:14:21 +00:00
seq_local.h Major change to sequencer API. 2001-07-04 13:54:13 +00:00
seq_midi_event.c Changed GPL to LGPL as agreed by Takashi 2001-09-13 11:03:52 +00:00
seq_symbols.c Added missing files with symbols. 2001-10-24 14:15:54 +00:00
seqmid.c fixed possible segfault in snd_seq_parse_address 2001-09-19 20:10:32 +00:00