summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8903.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-04-16 09:08:39 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-04-16 10:03:11 (GMT)
commit0d960e8891459f5af85e5781bce3f1da5f7db0fb (patch)
tree18aa7a5fb2f9165bf24128537d9cc969aa060329 /sound/soc/codecs/wm8903.c
parentfd5dfad9cf51bc3575b5e50193403de4a3de23bc (diff)
downloadlinux-fsl-qoriq-0d960e8891459f5af85e5781bce3f1da5f7db0fb.tar.xz
ASoC: Request shared rates for WM8903
It has a shared LRCLK. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8903.c')
-rw-r--r--sound/soc/codecs/wm8903.c1
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);