From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] improved snd-aloop quality when using certain samplerates and kernel HZ Date: Thu, 28 Feb 2008 12:48:04 +0100 Message-ID: References: <20080219030144.GA12698@mathematik.uni-freiburg.de> <20080219125046.GA6455@mathematik.uni-freiburg.de> <20080220141906.GA15096@mathematik.uni-freiburg.de> <20080221000601.GA4829@mathematik.uni-freiburg.de> <20080222180528.GD6860@mathematik.uni-freiburg.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="iso-8859-3" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 80A4F2453F for ; Thu, 28 Feb 2008 12:48:04 +0100 (CET) In-Reply-To: <20080222180528.GD6860@mathematik.uni-freiburg.de> 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: Ahmet =?ISO-8859-3?Q?=A9nan?= Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Fri, 22 Feb 2008 19:05:28 +0100, Ahmet =A9nan wrote: > = > when the time interval for a period is smaller than kernel HZ, then > snd-aloop and snd-dummy cannot call snd_pcm_period_elapsed as fast enough > annymore. this happens for example with games. but the app still needs to > see, that the buffer actually did go further, which is provided by these > patches. Applied to HG tree now. Thanks. Takashi