diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-14 06:55:33 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-14 06:55:33 +0900 |
commit | 2eebcef31a133b27a09c457f3a7ad509bf237822 (patch) | |
tree | a717becc4cbe8dae31bb29af90f3cbd5f635497e /arch/arm/mach-shmobile/board-ap4evb.c | |
parent | f89983ef61677afc828ed32b3c42ef5a71eb0686 (diff) | |
parent | fd974e52dbbdb27910d40d8feea7000f26545683 (diff) | |
download | op-kernel-dev-2eebcef31a133b27a09c457f3a7ad509bf237822.zip op-kernel-dev-2eebcef31a133b27a09c457f3a7ad509bf237822.tar.gz |
Merge branch 'topic/fsi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-simple-card
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 99ef190..4c97903 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -657,14 +657,8 @@ static struct platform_device lcdc_device = { /* FSI */ #define IRQ_FSI evt2irq(0x1840) static struct sh_fsi_platform_info fsi_info = { - .port_a = { - .flags = SH_FSI_BRS_INV, - }, .port_b = { - .flags = SH_FSI_BRS_INV | - SH_FSI_BRM_INV | - SH_FSI_LRS_INV | - SH_FSI_CLK_CPG | + .flags = SH_FSI_CLK_CPG | SH_FSI_FMT_SPDIF, }, }; @@ -816,7 +810,8 @@ static struct platform_device lcdc1_device = { }; static struct asoc_simple_dai_init_info fsi2_hdmi_init_info = { - .cpu_daifmt = SND_SOC_DAIFMT_CBM_CFM, + .cpu_daifmt = SND_SOC_DAIFMT_CBM_CFM | + SND_SOC_DAIFMT_IB_NF, }; static struct asoc_simple_card_info fsi2_hdmi_info = { |