From: Nicolin Chen Date: Tue, 6 May 2014 08:56:02 +0000 (+0800) Subject: ASoC: fsl_esai: Set PCRC and PRRC registers at the end of hw_params() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~177^2~2^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8210f66e5a200c63770ea9445ff913a28a3be2;p=pandora-kernel.git ASoC: fsl_esai: Set PCRC and PRRC registers at the end of hw_params() According to Reference Manual -- ESAI Initialization chapter, as the standard procedure of ESAI personal reset, the PCRC and PRRC registers should be remained in its reset value and then configured after T/RCCR and T/RCR configurations's done but before TE/RE's enabling. So this patch moves PCRC and PRRC settings to the end of hw_params(). Signed-off-by: Nicolin Chen Signed-off-by: Mark Brown --- Reading git-diff-tree failed