From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ALSA: pcm: Update hardware pointer before start capture Date: Mon, 10 Sep 2018 09:07:06 +0200 Message-ID: References: <20180907195854.GA17424@localhost.localdomain> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 8EDB9266E0E for ; Mon, 10 Sep 2018 09:07:07 +0200 (CEST) In-Reply-To: <20180907195854.GA17424@localhost.localdomain> 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: Ricardo Biehl Pasquali Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Fri, 07 Sep 2018 21:58:54 +0200, Ricardo Biehl Pasquali wrote: > > This ensures the transfer loop won't waste a run to read > the few frames (if any) between start and hw_ptr update. > It will wait for the next interrupt with wait_for_avail(). > > Signed-off-by: Ricardo Biehl Pasquali Applied, thanks. Takashi