From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: how to update hw_ptr and appl_ptr Date: Tue, 26 Jun 2012 11:34:49 +0200 Message-ID: <4FE98239.7050908@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by alsa0.perex.cz (Postfix) with ESMTP id 022A1245BD for ; Tue, 26 Jun 2012 11:35:25 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Zhen Fu Cc: "alsa-devel@alsa-project.org" List-Id: alsa-devel@alsa-project.org Zhen Fu wrote: > I recently look the function snd_pcm_update_hw_ptr0 want to find how > to update status->hw_ptr and control->appl_ptr. status->hw_ptr is updated by snd_pcm_update_hw_ptr0. control->appl_ptr is updated by snd_pcm_lib_write1. Why are you asking? Regards, Clemens