summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-08 16:48:12 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-08 16:48:12 (GMT)
commit4934482d93ca42d57180e08bf3ee6b77124f5f8e (patch)
tree0143ce092d745836a75157b1b0a77a49d484534b /sound/soc/codecs
parent942c435ba79fd263a922bb114d56eccab6250662 (diff)
downloadlinux-fsl-qoriq-4934482d93ca42d57180e08bf3ee6b77124f5f8e.tar.xz
ASoC: Limit WM8731 to symmetric rates
While the hardware is capable of some limited asynmmetric modes the driver does not currently support those modes so tell applications that only symmetric rates are available. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/wm8731.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c
index de43263..1560028 100644
--- a/sound/soc/codecs/wm8731.c
+++ b/sound/soc/codecs/wm8731.c
@@ -464,6 +464,7 @@ struct snd_soc_dai wm8731_dai = {
.rates = WM8731_RATES,
.formats = WM8731_FORMATS,},
.ops = &wm8731_dai_ops,
+ .symmetric_rates = 1,
};
EXPORT_SYMBOL_GPL(wm8731_dai);