From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Fix incorrect register cache size configuration Date: Fri, 10 Sep 2010 22:28:50 +0100 Message-ID: <20100910212850.GA20689@opensource.wolfsonmicro.com> References: <1284138896-3789-1-git-send-email-dp@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 8860E245E1 for ; Fri, 10 Sep 2010 23:28:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1284138896-3789-1-git-send-email-dp@opensource.wolfsonmicro.com> 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: Dimitris Papastamos Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Sep 10, 2010 at 06:14:56PM +0100, Dimitris Papastamos wrote: > The reg_cache_size is the number of elements in the register cache, > not the size of the cache itself. This is not a problem if the size > of each element of the cache is 1 byte but it matters in any other > case. > > Signed-off-by: Dimitris Papastamos Applied, thanks.