Message ID | 87ppllvexh.wl%kuninori.morimoto.gx@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 313c84b2736b26c77af7c7637e7dd72afde1b6cd |
Headers | show |
On Sun, Mar 16, 2014 at 05:37:06PM -0700, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > This patches fixes > c7a507eea1db1430476289f525f9c853d5d485e8 > (ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flags) > commit's compie error > > arch/arm/mach-shmobile/board-mackerel.c:512:2: \ > error: unknown field 'fmt' specified in initializer > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> > --- > Mark > > This patch is for mark/fix/rcar > > arch/arm/mach-shmobile/board-mackerel.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c > index 8c43321..0ff4d8e 100644 > --- a/arch/arm/mach-shmobile/board-mackerel.c > +++ b/arch/arm/mach-shmobile/board-mackerel.c > @@ -509,7 +509,7 @@ static struct asoc_simple_card_info fsi2_hdmi_info = { > .card = "FSI2B-HDMI", > .codec = "sh-mobile-hdmi", > .platform = "sh_fsi2", > - .fmt = SND_SOC_DAIFMT_CBS_CFS, > + .daifmt = SND_SOC_DAIFMT_CBS_CFS, > .cpu_dai = { > .name = "fsib-dai", > }, > -- > 1.7.9.5 >
On Sun, Mar 16, 2014 at 05:37:06PM -0700, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > This patches fixes > c7a507eea1db1430476289f525f9c853d5d485e8 > (ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flags) > commit's compie error applied, thanks.
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 8c43321..0ff4d8e 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c @@ -509,7 +509,7 @@ static struct asoc_simple_card_info fsi2_hdmi_info = { .card = "FSI2B-HDMI", .codec = "sh-mobile-hdmi", .platform = "sh_fsi2", - .fmt = SND_SOC_DAIFMT_CBS_CFS, + .daifmt = SND_SOC_DAIFMT_CBS_CFS, .cpu_dai = { .name = "fsib-dai", },