From: Jarkko Nikula Date: Sun, 23 Aug 2009 09:24:26 +0000 (+0300) Subject: ASoC: OMAP: Fix setup of XCCR and RCCR registers in McBSP DAI X-Git-Tag: v2.6.32-rc1~166^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32080af7a612e8c56131d6bdcd268cd9e8b0add1;p=pandora-kernel.git ASoC: OMAP: Fix setup of XCCR and RCCR registers in McBSP DAI Commit ca6e2ce08679c094878d7f39a0349a7db1d13675 is setting up few XCCR and RCCR bits for I2S and DPS_A formats. Part of the bits are already set for all formats and I believe that XDISABLE and RDISABLE bits are format independent. As XCCR and RCCR are found only from OMAP2430 and OMAP34xx, I move setup of XDISABLE and RDISABLE to where those cpu's are tested and remove format dependent part for simplicity. Signed-off-by: Jarkko Nikula Acked-by: Eero Nurkkala Cc: Peter Ujfalusi Signed-off-by: Mark Brown --- Reading git-diff-tree failed