From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: how to update hw_ptr and appl_ptr Date: Wed, 27 Jun 2012 21:24:55 +0200 Message-ID: <4FEB5E07.3070801@ladisch.de> References: <4FE98239.7050908@ladisch.de> <4FE9AA98.7000307@ladisch.de> 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 5629024469 for ; Wed, 27 Jun 2012 21:25:33 +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 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? Zhen Fu wrote: > Because when I use aplay playback wav file, appear underrun phenomenon. So I want to ALSA driver how to handle xrun. The most likely reason is that the .pointer callback returns wrong values. Regards, Clemens