From f4075a8f452aff5465c6522c92da9db71ed11b7f Mon Sep 17 00:00:00 2001 From: Nicolin Chen Date: Wed, 23 Jul 2014 19:23:38 +0800 Subject: [PATCH] ASoC: fsl_sai: Reduce race condition during TE/RE enabling For trigger start, we don't need to check if it's the first time to enable TE/RE or second time. It doesn't hurt to enable them any way, which in the meantime can reduce race condition for TE/RE enabling. For trigger stop, we will definitely clear FRDE of current direction. Thus the driver only needs to read the opposite one's. Signed-off-by: Nicolin Chen Signed-off-by: Mark Brown --- Reading git-format-patch failed