From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v2 1/1] ASoC: soc-core: check rate for symmetry only when pcm is active Date: Wed, 24 Aug 2011 20:19:07 +0100 Message-ID: <20110824191906.GA21162@opensource.wolfsonmicro.com> References: <1314183728-23627-1-git-send-email-b29396@freescale.com> <4E5520CE.60204@ti.com> <4E552F5F.9070801@metafoo.de> <20110824172703.GF16653@opensource.wolfsonmicro.com> <4E5548FF.1030709@metafoo.de> 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 C28CE2440C for ; Wed, 24 Aug 2011 21:19:09 +0200 (CEST) Content-Disposition: inline In-Reply-To: <4E5548FF.1030709@metafoo.de> 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: Lars-Peter Clausen Cc: "alsa-devel@alsa-project.org" , "s.hauer@pengutronix.de" , "w.sang@pengutronix.de" , Dong Aisheng , Liam Girdwood , "linux-arm-kernel@lists.infradead.org" List-Id: alsa-devel@alsa-project.org On Wed, Aug 24, 2011 at 08:54:55PM +0200, Lars-Peter Clausen wrote: > It should be sufficient to just store the rate for the cpu and codec DAI. > Though the rate constraint should be applied if either the DAI or the link > wants symmetric rates. Yes, for the actual rate storage. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Wed, 24 Aug 2011 20:19:07 +0100 Subject: [alsa-devel] [PATCH v2 1/1] ASoC: soc-core: check rate for symmetry only when pcm is active In-Reply-To: <4E5548FF.1030709@metafoo.de> References: <1314183728-23627-1-git-send-email-b29396@freescale.com> <4E5520CE.60204@ti.com> <4E552F5F.9070801@metafoo.de> <20110824172703.GF16653@opensource.wolfsonmicro.com> <4E5548FF.1030709@metafoo.de> Message-ID: <20110824191906.GA21162@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 24, 2011 at 08:54:55PM +0200, Lars-Peter Clausen wrote: > It should be sufficient to just store the rate for the cpu and codec DAI. > Though the rate constraint should be applied if either the DAI or the link > wants symmetric rates. Yes, for the actual rate storage.