Commit cc369cf5 authored by Mark Brown's avatar Mark Brown

ASoC: WM8510 has a single frame clock so needs symmetric rates

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent cb507e7e
......@@ -577,6 +577,7 @@ struct snd_soc_dai wm8510_dai = {
.rates = WM8510_RATES,
.formats = WM8510_FORMATS,},
.ops = &wm8510_dai_ops,
.symmetric_rates = 1,
};
EXPORT_SYMBOL_GPL(wm8510_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