From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: fix params_rate() macro use in several codecs Date: Thu, 24 Dec 2009 12:08:56 +0000 Message-ID: <20091224120855.GA29968@opensource.wolfsonmicro.com> References: 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 B4F07103814 for ; Thu, 24 Dec 2009 13:08:59 +0100 (CET) Content-Disposition: inline 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, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Thu, Dec 24, 2009 at 01:13:51AM +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 Applied, thanks.