summaryrefslogtreecommitdiff
path: root/sound/soc/imx/imx-esai.c
diff options
context:
space:
mode:
authorLionel Xu <Lionel.Xu@freescale.com>2011-08-26 18:26:45 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:15:43 +0800
commit90151cdb95e3b51648d6d7ea8d8197176fcfcc43 (patch)
tree67625aec081cb5cb8fc70cb578a172129f79c0a0 /sound/soc/imx/imx-esai.c
parente3f1ce16820ca5a0cdef550dbb96c0a486a8e0cf (diff)
ENGR00139255-2 MX6Q_BSP ESAI: Add esai recording support
Add ESAI recording to mx6q platform. Note: since there is pad conflict between esai record and fec, add a boot argument esai_record to deal with it. This argument is required to enable the record functionality. Signed-off-by: Lionel Xu <R63889@freescale.com>
Diffstat (limited to 'sound/soc/imx/imx-esai.c')
-rw-r--r--sound/soc/imx/imx-esai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-esai.c b/sound/soc/imx/imx-esai.c
index 3a31d079796b..ebd45ffa6ecf 100644
--- a/sound/soc/imx/imx-esai.c
+++ b/sound/soc/imx/imx-esai.c
@@ -68,7 +68,7 @@ static int imx_esai_set_dai_sysclk(struct snd_soc_dai *cpu_dai,
ecr |= ESAI_ECR_ETI;
ecr &= ~ESAI_ECR_ETO;
ecr |= ESAI_ECR_ERI;
- ecr |= ESAI_ECR_ERO;
+ ecr &= ~ESAI_ECR_ERO;
}
}