compnent          315 sound/soc/ti/omap-hdmi.c 	struct snd_soc_dai_link_component *compnent;
compnent          367 sound/soc/ti/omap-hdmi.c 	compnent = devm_kzalloc(dev, 3 * sizeof(*compnent), GFP_KERNEL);
compnent          368 sound/soc/ti/omap-hdmi.c 	if (!compnent)
compnent          370 sound/soc/ti/omap-hdmi.c 	card->dai_link->cpus		= &compnent[0];
compnent          372 sound/soc/ti/omap-hdmi.c 	card->dai_link->codecs		= &compnent[1];
compnent          374 sound/soc/ti/omap-hdmi.c 	card->dai_link->platforms	= &compnent[2];