From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dimitris Papastamos Subject: Re: [PATCH] ALSA: Add snd_pcm_rate_bit_to_rate() Date: Mon, 18 Jun 2012 10:47:03 +0100 Message-ID: <20120618094703.GA620@opensource.wolfsonmicro.com> References: <1339774528-12358-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 opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 59611104176 for ; Mon, 18 Jun 2012 11:47:05 +0200 (CEST) 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: Takashi Iwai Cc: alsa-devel@alsa-project.org, Mark Brown , patches@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org On Mon, Jun 18, 2012 at 09:44:19AM +0200, Takashi Iwai wrote: > At Fri, 15 Jun 2012 16:35:28 +0100, > Dimitris Papastamos wrote: > > > > This is essentially the reverse of snd_pcm_rate_to_rate_bit(). > > > > This is generally useful as the Compress API uses the rate bit > > directly and it helps to be able to map back to the actual sample > > rate. > > > > Signed-off-by: Dimitris Papastamos > > Applied to topic/misc branch of sound git tree. > If this change is necessary, simply pull that branch. Thanks!