Gitweb: http://git.kernel.org/linus/0d960e8891459f5af85e5781bce3f1da5f7db0fb Commit: 0d960e8891459f5af85e5781bce3f1da5f7db0fb Parent: fd5dfad9cf51bc3575b5e50193403de4a3de23bc Author: Mark Brown <broonie@opensource.wolfsonmicro.com> AuthorDate: Thu Apr 16 10:08:39 2009 +0100 Committer: Mark Brown <broonie@opensource.wolfsonmicro.com> CommitDate: Thu Apr 16 11:03:11 2009 +0100 ASoC: Request shared rates for WM8903 It has a shared LRCLK. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> --- sound/soc/codecs/wm8903.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 8cf571f..c539184 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c @@ -1523,6 +1523,7 @@ struct snd_soc_dai wm8903_dai = { .formats = WM8903_FORMATS, }, .ops = &wm8903_dai_ops, + .symmetric_rates = 1, }; EXPORT_SYMBOL_GPL(wm8903_dai); -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
