
On Wed, Jun 05, 2013 at 01:08:27PM +0100, Richard Fitzgerald wrote:
Two small patches which correct the logic of compress_write() so that it will work correctly if asked to write a buffer shorter than the fragment length. The first patch is needed to ensure that if the client requests auto-configuration of fragment size the internal copy of the config contains the configured fragment size. The second patch contains the actual fix to the write loop logic.
Richard Fitzgerald (2): compress: copy final version of config struct compress: do not poll if enough space to write remaining data
Applied thanks
-- ~Vinod
compress.c | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-)
-- 1.7.2.5
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
--