aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLionel Xu <Lionel.Xu@freescale.com>2011-10-16 10:10:54 +0800
committerEric Miao <eric.miao@linaro.org>2011-11-15 16:28:17 +0800
commite61ca5f95f197a1acf349d4e87654e2153a5bc59 (patch)
tree0949dbf90f9a3b041e400feda71cacad68ab58e0 /arch
parenta0e669b24000f0de1e8361d068cbfb5a3b5def94 (diff)
SAUCE: mx53loco: fix audio capture using SSI SYN mode
BugLink: http://bugs.launchpad.net/bugs/837797 Audio capture not support in 2.6.38 kernel, it is caused by not setting ssi correctly in clock and sync method. Original patch: ENGR00154526 MX5x, SSI: audio capture not supported Signed-off-by: Zeng Zhaoming <b32542@freescale.com> Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com> Signed-off-by: Eric Miao <eric.miao@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/board-mx53_loco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/board-mx53_loco.c b/arch/arm/mach-mx5/board-mx53_loco.c
index ca5bb072708..3ceed47b7ed 100644
--- a/arch/arm/mach-mx5/board-mx53_loco.c
+++ b/arch/arm/mach-mx5/board-mx53_loco.c
@@ -264,7 +264,7 @@ static int loco_sgtl5000_init(void)
}
static struct imx_ssi_platform_data loco_ssi_pdata = {
- .flags = IMX_SSI_DMA,
+ .flags = IMX_SSI_DMA | IMX_SSI_SYN,
};
static struct mxc_audio_platform_data loco_audio_data = {