All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Randolph Chung <rchung42@gmail.com>
Cc: alsa-devel <alsa-devel@alsa-project.org>
Subject: Re: [PATCH] tlv320aic3x symmetric rates
Date: Wed, 18 Aug 2010 14:00:11 +0100	[thread overview]
Message-ID: <20100818130010.GB15972@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <AANLkTimG1yR48_hZiKJrG_kuXK0d5EHXA8DnCun4Eq2A@mail.gmail.com>

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 <tausq@parisc-linux.org>
> 
> 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?

  parent reply	other threads:[~2010-08-18 13:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-18  9:09 [PATCH] tlv320aic3x symmetric rates Randolph Chung
2010-08-18  9:19 ` Mark Brown
2010-08-18 12:54   ` Liam Girdwood
2010-08-18 13:00 ` Mark Brown [this message]
2010-08-19  4:23   ` Randolph Chung
2010-08-19 11:08     ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100818130010.GB15972@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=rchung42@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.