Commit cb11d39e authored by Mark Brown's avatar Mark Brown

ASoC: Use symmetric rates for WM8974

The chip has a single LRCLK.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a5f8d2f1
...@@ -631,6 +631,7 @@ struct snd_soc_dai wm8974_dai = { ...@@ -631,6 +631,7 @@ struct snd_soc_dai wm8974_dai = {
.rates = WM8974_RATES, .rates = WM8974_RATES,
.formats = WM8974_FORMATS,}, .formats = WM8974_FORMATS,},
.ops = &wm8974_ops, .ops = &wm8974_ops,
.symmetric_rates = 1,
}; };
EXPORT_SYMBOL_GPL(wm8974_dai); EXPORT_SYMBOL_GPL(wm8974_dai);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment