]> git.alsa-project.org Git - alsa-lib.git/commit
Fix buffer allocation and mmap with plugins
authorTakashi Iwai <tiwai@suse.de>
Fri, 2 Sep 2005 16:36:40 +0000 (16:36 +0000)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Sep 2005 16:36:40 +0000 (16:36 +0000)
commitffdb04c3eac74f818b4a19c63b081e46ed3c0518
tree84b7fef0cd98420a15ebc75d15c0d8f48986f5e2
parente62ecc876adc7d8a9848d8f3bc23afed343e4063
Fix buffer allocation and mmap with plugins

Fixed the bug producing silent tones with some combinations of plugins.
The internal buffer handling is now better (cleaner) integrated with
snd_pcm_generic_*().
src/pcm/pcm_file.c
src/pcm/pcm_generic.c
src/pcm/pcm_generic.h
src/pcm/pcm_local.h
src/pcm/pcm_mmap.c
src/pcm/pcm_null.c
src/pcm/pcm_plug.c
src/pcm/pcm_rate.c
src/pcm/pcm_softvol.c