Home
last modified time | relevance | path

Searched refs:compnent (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/ti/
A Dj721e-evm.c622 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_cpb() local
655 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() local
759 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 …]
A Domap-hdmi.c315 struct snd_soc_dai_link_component *compnent; in omap_hdmi_audio_probe() local
367 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