aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-08 17:48:12 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-08 17:48:12 +0100
commit4934482d93ca42d57180e08bf3ee6b77124f5f8e (patch)
tree0143ce092d745836a75157b1b0a77a49d484534b /sound
parent942c435ba79fd263a922bb114d56eccab6250662 (diff)
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')
-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 de43263a6fa..15600285207 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);