]> git.alsa-project.org Git - alsa-lib.git/commit
- splitted mmap in logical steps
authorAbramo Bagnara <abramo@alsa-project.org>
Tue, 16 May 2000 15:20:34 +0000 (15:20 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Tue, 16 May 2000 15:20:34 +0000 (15:20 +0000)
commit7b054f4dce56e47a4148e14748e12ab4b0bd71ea
treef8d9979bdb4ff7794c758387d41fad6ea4cdfe8a
parent5b42e338bbd3d25a1f6c51711407127aae46a35f
- splitted mmap in logical steps
- optimized mmap transfer
- completed mmap helpers
- renamed pcm_plugin_build.c to pcm_common.c
17 files changed:
TODO
include/pcm.h
src/pcm/Makefile.am
src/pcm/pcm.c
src/pcm/pcm_local.h
src/pcm/pcm_mmap.c
src/pcm/pcm_plug.c
src/pcm/plugin/adpcm.c
src/pcm/plugin/alaw.c
src/pcm/plugin/block.c
src/pcm/plugin/copy.c
src/pcm/plugin/linear.c
src/pcm/plugin/mmap.c
src/pcm/plugin/mulaw.c
src/pcm/plugin/rate.c
src/pcm/plugin/route.c
src/pcm/plugin/stream.c