From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergej Sawazki Subject: Re: [PATCH] ASoC: wm8741: Fix rates constraints values Date: Sun, 22 Mar 2015 13:15:43 +0100 Message-ID: <550EB26F.8070603@gmx.de> References: <1426281614-12147-1-git-send-email-ce3a@gmx.de> <20150316145739.GJ17136@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by alsa0.perex.cz (Postfix) with ESMTP id 7FC4826087F for ; Sun, 22 Mar 2015 13:15:49 +0100 (CET) In-Reply-To: <20150316145739.GJ17136@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Charles Keepax , Mark Brown , liam.r.girdwood@linux.intel.com Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org > On Fri, Mar 13, 2015 at 10:20:14PM +0100, Sergej Sawazki wrote: >> According to table 11 in the datasheet (Rev 4.3): >> Example: With a master clock (MCLK) of 11.2896MHz, the following sampling rates (LRCLK) are supported: >> 44.1kHz (MCLK/256), 88.2kHz (MCLK/128) >> >> For the rates lists, we should use 82000 instead of 88235 and 176400 instead of 1764000 (seems to be a typo). >> >> Signed-off-by: Sergej Sawazki >> --- > > Acked-by: Charles Keepax > > Thanks, > Charles > Thanks, Sergej