aboutsummaryrefslogtreecommitdiff
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-02 14:40:58 +0800
commit9be90790c018b9ed7611ab236ccec703db0b05d8 (patch)
treeaaf26ad5197d79d01138cf9ee199a0584d745dbc
parentd9605b7a49614d86b907766de2f2eb23713986e6 (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>
-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 559e1c21cd9..e9238845c95 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 = {