From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Fitzgerald Subject: Re: [PATCH TINYCOMPRESS 14/14] cplay: support auto-configuration of fragment size and count Date: Mon, 11 Feb 2013 10:10:36 +0000 Message-ID: <20130211101036.GA28335@opensource.wolfsonmicro.com> References: <20130210002340.GN31139@opensource.wolfsonmicro.com> <20130211085311.GC3789@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 27171260325 for ; Mon, 11 Feb 2013 11:18:02 +0100 (CET) Content-Disposition: inline In-Reply-To: <20130211085311.GC3789@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Vinod Koul Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org >looks like patches you have generated against is >older one. This is the git log of our development repository: cplay: support auto-configuration of fragment size and count compress: Prevent divide-by-zero faults in get_hpointer() compress: Do not put newlines on error messages compress: Return error messages correctly from compress_open compress: Return error when failing to allocate compress struct compress: Extend limit on error messages Add makefile for building under standard linux Add missing header includes Block if unable to write all data in single write() Allow client to pass "don't care" for fragment size/number Handle case of pause() during compress_write() Remove hardcoded limit on length of poll() wait Fix incorrect error message on compress_resume() Take local copy of compr_config structure Change running from bitfield to plain int Remove unused buffer_size member from struct compress Change compress_write() to take buffer as const void * Add function to get timestamp in samples compress: add compress_resume compress: write when we have a fragment to write compress: fix the timestamp calculation initial creation Initial test commit...