From: Kuninori Morimoto Date: Wed, 28 May 2014 02:57:16 +0000 (-0700) Subject: ARM: shmobile: armadillo800eva: fixup HDMI sound flags setting X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=730359857f5f0e1fac9881c63d389d73adb5f416;p=linux-beck.git ARM: shmobile: armadillo800eva: fixup HDMI sound flags setting c7a507eea1db1430476289f525f9c853d5d485e8 (ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flags) fixuped FSI driver's behavior which didn't match to ALSA flags. But, it didn't care about armadillo800eva HDMI sound flags. This patch fixed it. Reported-by: Bui Duc Phuc(Fukuda) Reported-by: Hiep Cao Minh Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 2858f380beae..40895cc5c229 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c @@ -1016,7 +1016,7 @@ static struct asoc_simple_card_info fsi2_hdmi_info = { .platform = "sh_fsi2", .cpu_dai = { .name = "fsib-dai", - .fmt = SND_SOC_DAIFMT_CBM_CFM, + .fmt = SND_SOC_DAIFMT_CBS_CFS, }, .codec_dai = { .name = "sh_mobile_hdmi-hifi",