Searched refs:compnent (Results 1 – 2 of 2) sorted by relevance
620 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_cpb() local654 compnent = devm_kcalloc(priv->dev, comp_count, sizeof(*compnent), in j721e_soc_probe_cpb()656 if (!compnent) { in j721e_soc_probe_cpb()662 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_cpb()682 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_cpb()722 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_ivi() local768 compnent = devm_kcalloc(priv->dev, comp_count, sizeof(*compnent), in j721e_soc_probe_ivi()770 if (!compnent) { in j721e_soc_probe_ivi()776 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_ivi()780 priv->dai_links[*link_idx].codecs = &compnent[comp_idx]; in j721e_soc_probe_ivi()[all …]
316 struct snd_soc_dai_link_component *compnent; in omap_hdmi_audio_probe() local364 compnent = devm_kzalloc(dev, sizeof(*compnent), GFP_KERNEL); in omap_hdmi_audio_probe()365 if (!compnent) in omap_hdmi_audio_probe()367 card->dai_link->cpus = compnent; in omap_hdmi_audio_probe()