]> git.alsa-project.org Git - alsa-lib.git/commit
dmix: simplify mix_areas()
authorClemens Ladisch <clemens@ladisch.de>
Mon, 10 Dec 2007 11:32:36 +0000 (12:32 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 10 Dec 2007 11:32:36 +0000 (12:32 +0100)
commita3fe1f780026517bf94e975e783c4e7463339413
tree88db3ba941e8aa11c27a41aede53be71aabae277
parent79db4a6bfa3c164540b9336ef6175e07e83e060d
dmix: simplify mix_areas()

The code for the three supported sample widths is almost the same, so it
makes sense to merge the three cases.
src/pcm/pcm_direct.h
src/pcm/pcm_dmix.c