]> git.alsa-project.org Git - alsa-lib.git/commit
Cleaned the mmap_commit implementations in plugins.
authorJaroslav Kysela <perex@perex.cz>
Thu, 21 Feb 2002 15:01:34 +0000 (15:01 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 21 Feb 2002 15:01:34 +0000 (15:01 +0000)
commite128bf856ee1f0257a4d57ce6419aeb8676bb2cb
tree7ea0c4d254d79dab657aee5b93bd436436f4a3e8
parent9b0eebbcb7ced60f686e6b79b01101b40758eaa6
Cleaned the mmap_commit implementations in plugins.
Added undo callbacks for snd_pcm_plugin based plugins.
  - helpers when mmap_commit proceed only a partial transfer
Fixes to avail_update implementation in pcm_hw.c.
22 files changed:
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_copy.c
src/pcm/pcm_file.c
src/pcm/pcm_hooks.c
src/pcm/pcm_hw.c
src/pcm/pcm_ladspa.c
src/pcm/pcm_lfloat.c
src/pcm/pcm_linear.c
src/pcm/pcm_local.h
src/pcm/pcm_meter.c
src/pcm/pcm_mmap.c
src/pcm/pcm_mulaw.c
src/pcm/pcm_multi.c
src/pcm/pcm_null.c
src/pcm/pcm_plugin.c
src/pcm/pcm_plugin.h
src/pcm/pcm_rate.c
src/pcm/pcm_route.c
src/pcm/pcm_share.c
src/pcm/pcm_shm.c