From: Eero Nurkkala Date: Thu, 20 Aug 2009 13:18:24 +0000 (+0300) Subject: ASoC: Always syncronize audio transfers on frames X-Git-Tag: v2.6.32-rc1~166^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6e2ce08679c094878d7f39a0349a7db1d13675;p=pandora-kernel.git ASoC: Always syncronize audio transfers on frames All these steps are required for ASoC to behave correctly. rccr and xccr are format dependent, for example TDM audio has different values than I2S or DSP_A. Also the omap_mcbsp_xmit_enable and/or omap_mcbsp_recv_enable must be called right after the DMA has started. This provides no longer L and R channels switching at random. Signed-off-by: Eero Nurkkala Acked-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed