From: Xiubo Li Date: Wed, 25 Dec 2013 03:20:14 +0000 (+0800) Subject: ASoC: fsl_sai: Move the global registers setting to _dai_probe() X-Git-Tag: v3.14-rc1~143^2~1^2~38^2^31~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6dc12d7198eddba2e3e7a13feab5c7edde7ba1d;p=pandora-kernel.git ASoC: fsl_sai: Move the global registers setting to _dai_probe() Because we cannot make sure which one of _dai_fmt() and _dai_sysclk() will be firstly called. So move the RCSR/TCSR and TCR1/RCR1's initialization to _dai_probe(), and this can make sure that before any of {T,R}CR{1~5} register to be set the RCSR/TCSR's RE/TE bit has been cleared for the hareware limitation. Signed-off-by: Xiubo Li Signed-off-by: Mark Brown --- Reading git-diff-tree failed