From: Timur Tabi Date: Thu, 5 Mar 2009 23:23:37 +0000 (-0600) Subject: ASoC: add support for SSI asynchronous mode to the Freescale SSI drivers X-Git-Tag: v2.6.30-rc1~8^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a454dad19e78388d9f140ad0dfa6a849c57d385d;p=pandora-kernel.git ASoC: add support for SSI asynchronous mode to the Freescale SSI drivers Add a new device tree property for the SSI node: "fsl,ssi-asynchronous". If defined, the SSI is programmed into asynchronous mode, otherwise it is programmed into synchronous mode. In asynchronous mode, pin SRCK must be connected to the same clock source as STFS, and pin SRFS must be connected to the same signal as STFS. Asynchronous mode allows playback and capture to use different sample sizes. It also technically allows different sample rates, but the driver does not support that. Signed-off-by: Timur Tabi Signed-off-by: Mark Brown --- Reading git-diff-tree failed