30 Sep
2011
30 Sep
'11
4 p.m.
On Fri, Sep 30, 2011 at 04:07:44PM +0300, Jarkko Nikula wrote:
Before commit 75d9ac4 ("ASoC: Allow DAI formats to be specified in the dai_link") expectation for omap-mcbsp was that snd_soc_dai_set_fmt is to be called first in machine hw_params callback before other CPU DAI functions. Thus it was enough that only omap_mcbsp_dai_set_dai_fmt cleared the mcbsp->regs structure.
Now this doesn't hold anymore since machine drivers can set the DAI format only once on init time and thus mcbsp->regs may get out of sync when other
Note that it's only been convention that stopped this happening in the past, there's never been anything stopping drivers doing this in the link init function.