diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-08 17:48:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-08 17:48:12 +0100 |
commit | 4934482d93ca42d57180e08bf3ee6b77124f5f8e (patch) | |
tree | 0143ce092d745836a75157b1b0a77a49d484534b | |
parent | 942c435ba79fd263a922bb114d56eccab6250662 (diff) | |
download | kernel_samsung_crespo-4934482d93ca42d57180e08bf3ee6b77124f5f8e.zip kernel_samsung_crespo-4934482d93ca42d57180e08bf3ee6b77124f5f8e.tar.gz kernel_samsung_crespo-4934482d93ca42d57180e08bf3ee6b77124f5f8e.tar.bz2 |
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>
-rw-r--r-- | sound/soc/codecs/wm8731.c | 1 |
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); |