[alsa-devel] [PATCH] ASoC: fsi: fixup compile error for simple-card

Simon Horman simon at horms.net
Mon Mar 17 02:18:54 CET 2014


On Sun, Mar 16, 2014 at 05:37:06PM -0700, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx at 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 at renesas.com>

Acked-by: Simon Horman <horms+renesas at 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
> 

-- 
Simon Horman/ホーマン サイモン        simon at horms.net
Horms Solutions 株式会社                www.horms.net
〒651-0084 兵庫県神戸市中央区磯辺通4-1-8 ITCビル901号
Tel: 03 6365 5977                   Fax: 03 6673 4268
Skype: horms7


More information about the Alsa-devel mailing list