All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tlv320aic3x symmetric rates
@ 2010-08-18  9:09 Randolph Chung
  2010-08-18  9:19 ` Mark Brown
  2010-08-18 13:00 ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Randolph Chung @ 2010-08-18  9:09 UTC (permalink / raw)
  To: alsa-devel

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);

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-19 11:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2010-08-19  4:23   ` Randolph Chung
2010-08-19 11:08     ` Mark Brown

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.