]> git.alsa-project.org Git - tinycompress.git/commit
crecord: Use whole buffer requested by user
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 13 Apr 2018 11:58:59 +0000 (12:58 +0100)
committerVinod Koul <vinod.koul@intel.com>
Thu, 19 Apr 2018 06:03:32 +0000 (11:33 +0530)
commite8e36567438c16a5121943205a0cd8c63924d0d8
tree20978928b9736944aaa862a5cdfd008769de43b6
parent91664c38271dc449ced5bd0f1772822117a4ec18
crecord: Use whole buffer requested by user

Currently, crecord will only actually use 1 fragment worth of its
internal buffer no matter what the user requests. Correct this so that
the whole buffer requested by the user is used for copying data.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
src/utils/crecord.c