]> git.alsa-project.org Git - tinycompress.git/commit
cplay: support auto-configuration of fragment size and count
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Fri, 22 Feb 2013 16:11:25 +0000 (16:11 +0000)
committerVinod Koul <vinod.koul@intel.com>
Fri, 22 Feb 2013 18:08:12 +0000 (23:38 +0530)
commit8f18a69a10e43b4b747d483b0ad1e1788c6ca69b
tree2818647de0baa12a0dfbfc964abe7058c5c19678
parent495e5b495ea4149c77270a658eee7b39e21f6a3c
cplay: support auto-configuration of fragment size and count

Default the fragment size and count to zero to take advantage
of the auto-configuration support that was added to tinycompress.
If user doesn't override these by specifying -f and -b values
on the command line, they will be passed to tinycompress as zero
and tinycompress will query the driver for size and count.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
cplay.c