From: Mark Brown Date: Thu, 16 Apr 2009 09:08:39 +0000 (+0100) Subject: ASoC: Request shared rates for WM8903 X-Git-Tag: v2.6.31-rc1~363^2~29^2~113 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0d960e8891459f5af85e5781bce3f1da5f7db0fb;p=karo-tx-linux.git ASoC: Request shared rates for WM8903 It has a shared LRCLK. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index 8cf571f1a803..c5391841d41f 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);