| .. |
|
scopes
|
Changed location of asoundlib.h from sys dir to alsa dir.
|
2001-09-11 09:34:13 +00:00 |
|
atomic.c
|
Added multithread aware status for plugins
|
2001-02-27 18:21:31 +00:00 |
|
atomic.h
|
Removed inclusion of asm/system.h
|
2001-12-10 16:43:20 +00:00 |
|
interval.c
|
Lot of cleanings with the help of gcc3
|
2001-03-29 17:50:28 +00:00 |
|
interval.h
|
Removed card type from devices info. Added card number to devices info. Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src).
|
2001-01-31 17:26:56 +00:00 |
|
interval_inline.h
|
Lot of cleanings with the help of gcc3
|
2001-03-29 17:50:28 +00:00 |
|
ladspa.h
|
Added LADSPA plugin (only framework, no implementation yet)
|
2001-11-25 09:55:53 +00:00 |
|
Makefile.am
|
Added ladspa.h to noinst_HEADERS
|
2001-12-01 18:26:49 +00:00 |
|
mask.c
|
Control API encapsulation. Better names for kernel API. Simpler PCM hw_params API. Added missing const.
|
2001-02-06 23:48:10 +00:00 |
|
mask.h
|
Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_PARAM_* and use functions. Separated rawmidi info between streams
|
2001-02-04 17:03:17 +00:00 |
|
mask_inline.h
|
Lot of cleanings with the help of gcc3
|
2001-03-29 17:50:28 +00:00 |
|
pcm.c
|
More verbose output on error (wrong configuration)
|
2001-12-29 22:29:44 +00:00 |
|
pcm_adpcm.c
|
Configuration:
|
2001-11-19 08:14:21 +00:00 |
|
pcm_alaw.c
|
Configuration:
|
2001-11-19 08:14:21 +00:00 |
|
pcm_copy.c
|
Configuration:
|
2001-11-19 08:14:21 +00:00 |
|
pcm_file.c
|
Changed result of mmap_commit callback
|
2001-12-08 21:02:20 +00:00 |
|
pcm_hooks.c
|
Added missing initialization and check for sctl contents
|
2001-12-29 22:30:22 +00:00 |
|
pcm_hw.c
|
Added mmap emulation mode
|
2001-12-11 15:07:10 +00:00 |
|
pcm_ladspa.c
|
Initial working code
|
2001-12-07 17:16:30 +00:00 |
|
pcm_lfloat.c
|
Fixed condition
|
2001-12-01 20:47:38 +00:00 |
|
pcm_linear.c
|
Configuration:
|
2001-11-19 08:14:21 +00:00 |
|
pcm_local.h
|
Added error passing to some refining functions to disable abort when
|
2001-12-11 15:10:27 +00:00 |
|
pcm_meter.c
|
Changed result of mmap_commit callback
|
2001-12-08 21:02:20 +00:00 |
|
pcm_misc.c
|
Added lfloat plugin code (not finished)
|
2001-11-26 16:08:49 +00:00 |
|
pcm_mmap.c
|
Fixed munmap sizes (SIGSEGV)
|
2001-12-15 17:22:31 +00:00 |
|
pcm_mulaw.c
|
Configuration:
|
2001-11-19 08:14:21 +00:00 |
|
pcm_multi.c
|
Changed result of mmap_commit callback
|
2001-12-08 21:02:20 +00:00 |
|
pcm_null.c
|
Synchronized snd_pcm_write_areas and snd_pcm_read_areas with the kernel
|
2001-12-09 12:32:42 +00:00 |
|
pcm_params.c
|
Added error passing to some refining functions to disable abort when
|
2001-12-11 15:10:27 +00:00 |
|
pcm_plug.c
|
Added error passing to some refining functions to disable abort when
|
2001-12-11 15:10:27 +00:00 |
|
pcm_plugin.c
|
- added snd_pcm_mmap_begin_avail function; it is optimized for use after
|
2001-12-09 18:41:23 +00:00 |
|
pcm_plugin.h
|
Changed result of mmap_commit callback
|
2001-12-08 21:02:20 +00:00 |
|
pcm_rate.c
|
Configuration:
|
2001-11-19 08:14:21 +00:00 |
|
pcm_route.c
|
Added snd_pcm_route_determine_ttable()
|
2001-12-12 18:19:43 +00:00 |
|
pcm_share.c
|
Changed result of mmap_commit callback
|
2001-12-08 21:02:20 +00:00 |
|
pcm_shm.c
|
Changed result of mmap_commit callback
|
2001-12-08 21:02:20 +00:00 |
|
pcm_symbols.c
|
Added lfloat plugin code (not finished)
|
2001-11-26 16:08:49 +00:00 |
|
plugin_ops.h
|
Finished lfloat plugin.
|
2001-11-27 14:24:44 +00:00 |