commit | cc369cf504c51d36765e18b0c28a09a92d28ed79 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jul 09 11:28:07 2009 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jul 09 11:28:07 2009 +0100 |
tree | 780cc7cbd35859e8133b6a3c16c199d6ec418b5f | |
parent | cb507e7e79f3c0e45ecaefad9220c34fcfbe74e8 [diff] |
ASoC: WM8510 has a single frame clock so needs symmetric rates Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index c8b8dba..261d4cb 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c
@@ -577,6 +577,7 @@ .rates = WM8510_RATES, .formats = WM8510_FORMATS,}, .ops = &wm8510_dai_ops, + .symmetric_rates = 1, }; EXPORT_SYMBOL_GPL(wm8510_dai);