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-12-04 23:13:43 +0800
commit85598548faedadc7477955926f407989fbff1bb5 (patch)
tree12671bfdf72b8e410c3e01fc5f61f1f4c015e174 /arch
parentefb2478aaca1e64eacac910ce9eebb7e0a3a3482 (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 a834de68fcd..b49d7a68e35 100644
--- a/arch/arm/mach-mx5/board-mx53_loco.c
+++ b/arch/arm/mach-mx5/board-mx53_loco.c
@@ -270,7 +270,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 = {