alsa-lib/src
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
..
compat Compilation fixes 2000-06-21 14:56:32 +00:00
conf Fixed snd_config_update 2000-08-26 08:09:41 +00:00
control Completed conf. Better name for snd_card_get_index. Cleaned card access 2000-08-25 14:33:53 +00:00
hwdep Fixed device name... 2000-05-08 20:24:38 +00:00
instr Added snd_instr_simple_free function 2000-08-17 13:05:07 +00:00
mixer Changed playback switch handling 2000-08-28 17:29:36 +00:00
pcm Added missing functions. Removed unused one 2000-08-28 09:14:37 +00:00
rawmidi Added missing reference to stream in snd_rawmidi_stream_flush 2000-06-18 13:01:30 +00:00
seq New light-weight event handling: 2000-08-29 11:39:08 +00:00
timer Merged pcm2 branch. 2000-05-08 18:53:38 +00:00
error.c Merged pcm2 branch. 2000-05-08 18:53:38 +00:00
Makefile.am Continued config implementation. Added incomplete support for pcm 2000-08-24 17:07:44 +00:00