From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: ak4642: fixup cache register table Date: Thu, 13 Oct 2011 11:58:53 +0100 Message-ID: <20111013105852.GF5193@opensource.wolfsonmicro.com> References: <1318335653.3573.1.camel@phoenix> <87ty7dl0uh.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 3898A10385F for ; Thu, 13 Oct 2011 12:58:54 +0200 (CEST) Content-Disposition: inline In-Reply-To: <87ty7dl0uh.wl%kuninori.morimoto.gx@renesas.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: Kuninori Morimoto Cc: Axel Lin , Liam Girdwood , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Thu, Oct 13, 2011 at 02:03:54AM -0700, Kuninori Morimoto wrote: > ak4642 register was 8bit, but cache table was defined as 16bit. > ak4642 doesn't work correctry without this patch. Applied, thanks.