summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8903.c
diff options
context:
space:
mode:
authorMark Brown2009-04-16 11:08:39 +0200
committerMark Brown2009-04-16 12:03:11 +0200
commit0d960e8891459f5af85e5781bce3f1da5f7db0fb (patch)
tree18aa7a5fb2f9165bf24128537d9cc969aa060329 /sound/soc/codecs/wm8903.c
parentASoC: Volume controls are never of boolean type (diff)
downloadkernel-qcow2-linux-0d960e8891459f5af85e5781bce3f1da5f7db0fb.tar.gz
kernel-qcow2-linux-0d960e8891459f5af85e5781bce3f1da5f7db0fb.tar.xz
kernel-qcow2-linux-0d960e8891459f5af85e5781bce3f1da5f7db0fb.zip
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 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);