From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH] ASoC: fix params_rate() macro use in several codecs Date: Thu, 24 Dec 2009 09:46:32 +0000 Message-ID: <1261647992.3554.1.camel@odin> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by alsa0.perex.cz (Postfix) with ESMTP id 8C616103814 for ; Thu, 24 Dec 2009 10:46:36 +0100 (CET) Received: by ewy4 with SMTP id 4so27064081ewy.32 for ; Thu, 24 Dec 2009 01:46:36 -0800 (PST) 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: Guennadi Liakhovetski Cc: alsa-devel@alsa-project.org, Mark Brown List-Id: alsa-devel@alsa-project.org On Thu, 2009-12-24 at 01:13 +0100, Guennadi Liakhovetski wrote: > Sevelar ASoC codec drivers wrongly assume, that the params_rate() macro > returns one of SNDRV_PCM_RATE_* defines instead of the actual numerical > sampling rate. Fix them. > > Signed-off-by: Guennadi Liakhovetski > --- Acked-by: Liam Girdwood