Searched refs:compnent (Results 1 – 2 of 2) sorted by relevance
622 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_cpb() local655 compnent = devm_kzalloc(priv->dev, comp_count * sizeof(*compnent), in j721e_soc_probe_cpb()657 if (!compnent) in j721e_soc_probe_cpb()661 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_cpb()681 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_cpb()715 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_ivi() local759 compnent = devm_kzalloc(priv->dev, comp_count * sizeof(*compnent), in j721e_soc_probe_ivi()761 if (!compnent) in j721e_soc_probe_ivi()765 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_ivi()769 priv->dai_links[*link_idx].codecs = &compnent[comp_idx]; in j721e_soc_probe_ivi()[all …]
315 struct snd_soc_dai_link_component *compnent; in omap_hdmi_audio_probe() local367 compnent = devm_kzalloc(dev, 3 * sizeof(*compnent), GFP_KERNEL); in omap_hdmi_audio_probe()368 if (!compnent) in omap_hdmi_audio_probe()370 card->dai_link->cpus = &compnent[0]; in omap_hdmi_audio_probe()372 card->dai_link->codecs = &compnent[1]; in omap_hdmi_audio_probe()374 card->dai_link->platforms = &compnent[2]; in omap_hdmi_audio_probe()
Completed in 6 milliseconds