From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH, resend] ASoC: omap-mcbsp: Do not attempt to change DAI sysclk if stream is active Date: Fri, 23 Sep 2011 11:52:21 +0100 Message-ID: <20110923105219.GA3970@opensource.wolfsonmicro.com> References: <1316765954-17076-1-git-send-email-jarkko.nikula@bitmer.com> 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 88C4C2414C for ; Fri, 23 Sep 2011 12:52:22 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1316765954-17076-1-git-send-email-jarkko.nikula@bitmer.com> 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: Jarkko Nikula Cc: alsa-devel@alsa-project.org, Liam Girdwood , stable@kernel.org List-Id: alsa-devel@alsa-project.org On Fri, Sep 23, 2011 at 11:19:13AM +0300, Jarkko Nikula wrote: > Attempt to change McBSP CLKS source while another stream is active is not > safe after commit d135865 ("OMAP: McBSP: implement functional clock > switching via clock framework") in 2.6.37. Applied, thanks.