Commit 0d960e88 authored by Mark Brown's avatar Mark Brown

ASoC: Request shared rates for WM8903

It has a shared LRCLK.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent fd5dfad9
......@@ -1523,6 +1523,7 @@ struct snd_soc_dai wm8903_dai = {
.formats = WM8903_FORMATS,
},
.ops = &wm8903_dai_ops,
.symmetric_rates = 1,
};
EXPORT_SYMBOL_GPL(wm8903_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