From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] tlv320aic3x symmetric rates Date: Wed, 18 Aug 2010 14:00:11 +0100 Message-ID: <20100818130010.GB15972@rakim.wolfsonmicro.main> 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 B0CA4103801 for ; Wed, 18 Aug 2010 15:00:12 +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: Randolph Chung Cc: alsa-devel List-Id: alsa-devel@alsa-project.org On Wed, Aug 18, 2010 at 05:09:45PM +0800, Randolph Chung wrote: > The tlv320aic3x codec driver only supports symmetric rates for > capture/playback. Set the flag in the DAI accordingly. > > Signed-off-by: Randolph Chung > > diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c > index 71a6990..63cad43 100644 > --- a/sound/soc/codecs/tlv320aic3x.c > +++ b/sound/soc/codecs/tlv320aic3x.c > @@ -1116,6 +1116,7 @@ struct snd_soc_dai aic3x_dai = { > .rates = AIC3X_RATES, > .formats = AIC3X_FORMATS,}, > .ops = &aic3x_dai_ops, > + .symmetric_rates = 1, > }; > EXPORT_SYMBOL_GPL(aic3x_dai); > _______________________________________________ This doesn't apply due to corruption, I've not checked the exact cause but I suspect either whitespace damage or the lack of any separation between the context and the signature. Could you please resend?