From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: [PATCH] ASoC: fsl-asoc-card: Don't bypass settings if cpu-dai is Master Date: Mon, 27 Oct 2014 10:42:02 -0700 Message-ID: <20141027174201.GA3408@Asurada> References: <1414194502-14052-1-git-send-email-nicoleotsuka@gmail.com> <20141027173031.GA18557@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20141027173031.GA18557@sirena.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: Mark Brown Cc: b02247@freescale.com, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org, timur@tabi.org, Li.Xiubo@freescale.com, lgirdwood@gmail.com List-Id: alsa-devel@alsa-project.org On Mon, Oct 27, 2014 at 05:30:31PM +0000, Mark Brown wrote: > On Fri, Oct 24, 2014 at 04:48:11PM -0700, Nicolin Chen wrote: > > When cpu-dai is the DAI Master (CBM_CFx), it may need some configurations, > > set_sysclk() call for eample, for cpu-dai side in the hw_params(), even if > > the set_bias_level() has already taken care of the codec-dai side. > > > > So this patch just simply adds an additional condition. > > This was threaded with another patch series - did you intend to submit > this or did it get sent by accident? I created this one without "--thread" (separately from that series) but accidentally sent the patch along with the series in one git-send-mail command. So I think I don't need to resend it since it's already there. Please regard this one as one single patch. Thank you. Nicolin