From: Mark Brown Date: Tue, 30 Jun 2009 18:36:39 +0000 (+0100) Subject: ASoC: Use symmetric rates for WM8974 X-Git-Tag: v2.6.32-rc1~166^2~79^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cb11d39ead79e5bc8ca42de86b9df8dec8b88681;p=karo-tx-linux.git ASoC: Use symmetric rates for WM8974 The chip has a single LRCLK. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index cb2c41201606..8c8fc60d6260 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c @@ -631,6 +631,7 @@ struct snd_soc_dai wm8974_dai = { .rates = WM8974_RATES, .formats = WM8974_FORMATS,}, .ops = &wm8974_ops, + .symmetric_rates = 1, }; EXPORT_SYMBOL_GPL(wm8974_dai);