ASoC: Request shared rates for WM8903
It has a shared LRCLK. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
fd5dfad9cf
commit
0d960e8891
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue