]> git.alsa-project.org Git - alsa-lib.git/commit
rate plugin: optimize calculation of the continuous buffer part
authorClemens Ladisch <clemens@ladisch.de>
Mon, 13 Mar 2006 10:38:51 +0000 (10:38 +0000)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 13 Mar 2006 10:38:51 +0000 (10:38 +0000)
commit931e840a9fd462b897856a8ea4eea41d5e869e84
treec32b5e95e8d4271fd3c29a75363823ddfb943b3f
parent46c67fe07060f12af3a9adbc346a9467b4b16a4f
rate plugin: optimize calculation of the continuous buffer part

When calculating the continuous part till the end of the buffer, we can
use the slave_frames value that has already been calculated by
snd_pcm_mmap_begin().
src/pcm/pcm_rate.c