From: Mark Brown Date: Wed, 8 Jul 2009 16:48:12 +0000 (+0100) Subject: ASoC: Limit WM8731 to symmetric rates X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4934482d93ca42d57180e08bf3ee6b77124f5f8e;p=linux-beck.git 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 --- diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index de43263a6fa8..156002852078 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);