From: Daniel Ribeiro Date: Wed, 8 Apr 2009 13:51:24 +0000 (-0300) Subject: ASoC: pxa-ssp.c fix clock/frame invert X-Git-Tag: v2.6.31-rc1~363^2~29^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a820532002e70e3a06f1ea7133e9b02443d07382;p=pandora-kernel.git ASoC: pxa-ssp.c fix clock/frame invert SCMODE(0): Data Driven (Falling), Data Sampled (Rising), Idle State (Low) SCMODE(1): Data Driven (Rising), Data Sampled (Falling), Idle State (Low) SCMODE(2): Data Driven (Rising), Data Sampled (Falling), Idle State (High) SCMODE(3): Data Driven (Falling), Data Sampled (Rising), Idle State (High) SCMODE(3) does not invert the clock polarity compared to the default SCMODE(0). This patch also adds all possible NF/IF, NB/IB combinations to the DSP_A and DSP_B modes. Signed-off-by: Daniel Ribeiro Signed-off-by: Mark Brown --- Reading git-diff-tree failed