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

2015-01-05 Thread Zidan Wang
-B50113 Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH v2] fsl-alsa-plugins: update output buffer size for asrc_pair Hello Zidan, On Sun, Jan 4, 2015 at 7:31 AM, Zidan Wang b50...@freescale.com wrote: When input size larger than DMA_MAX_BYTES the output

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

2015-01-04 Thread Otavio Salvador
Hello Zidan, On Sun, Jan 4, 2015 at 7:31 AM, Zidan Wang b50...@freescale.com 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. Signed-off-by: Zidan Wang b50...@freescale.com Great

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

2015-01-04 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. Signed-off-by: Zidan Wang b50...@freescale.com --- .../0001-asrc_pair-update-output-buffer-size.patch | 47 ++