From: Nicolin Chen Date: Fri, 11 Apr 2014 14:10:00 +0000 (+0800) Subject: ASoC: fsl_sai: Fix incorrect condition check in trigger() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~4^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84526cfae46672308a361333c76b724384b61ee;p=pandora-kernel.git ASoC: fsl_sai: Fix incorrect condition check in trigger() Patch ASoC: fsl_sai: Fix buggy configurations in trigger() doesn't entirely fix the condition: FRDE of the current substream direction is being cleared while the code is still using the non-updated one. Thus this patch fixes this issue by checking the opposite one's FRDE alone since the current one's is absolutely disabled. Signed-off-by: Nicolin Chen Signed-off-by: Mark Brown --- Reading git-diff-tree failed