Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-alsa-plugins: Update output buffer size for asrc_pair

2015-01-04 Thread Zidan Wang
@yoctoproject.org Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-alsa-plugins: Update output buffer size for asrc_pair On Tue, Dec 30, 2014 at 12:58 AM, Zidan Wang wrote: > When input size larger than DMA_MAX_BYTES the output size should be updated. > Otherwise the asrc have will no

Re: [meta-freescale] [meta-fsl-arm][PATCH] fsl-alsa-plugins: Update output buffer size for asrc_pair

2014-12-31 Thread Otavio Salvador
On Tue, Dec 30, 2014 at 12:58 AM, Zidan Wang wrote: > When input size larger than DMA_MAX_BYTES the output size should be updated. > Otherwise the asrc have will not have enough data, then it will be timeout. > > Commit 9acab46fe307ec71d4a4dbe447e356f90b6a4a09 in master branch This commit id does

[meta-freescale] [meta-fsl-arm][PATCH] fsl-alsa-plugins: Update output buffer size for asrc_pair

2014-12-29 Thread Zidan Wang
When input size larger than DMA_MAX_BYTES the output size should be updated. Otherwise the asrc have will not have enough data, then it will be timeout. Commit 9acab46fe307ec71d4a4dbe447e356f90b6a4a09 in master branch Signed-off-by: Zidan Wang --- .../0001-asrc_pair-update-output-buffer-size.pa