Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ti/
H A Dj721e-evm.c618 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_cpb() local
652 compnent = devm_kzalloc(priv->dev, comp_count * sizeof(*compnent), in j721e_soc_probe_cpb()
654 if (!compnent) { in j721e_soc_probe_cpb()
660 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_cpb()
662 priv->dai_links[*link_idx].codecs = &compnent[comp_idx++]; in j721e_soc_probe_cpb()
664 priv->dai_links[*link_idx].platforms = &compnent[comp_idx++]; in j721e_soc_probe_cpb()
680 priv->dai_links[*link_idx].cpus = &compnent[comp_idx++]; in j721e_soc_probe_cpb()
682 priv->dai_links[*link_idx].codecs = &compnent[comp_idx++]; in j721e_soc_probe_cpb()
684 priv->dai_links[*link_idx].platforms = &compnent[comp_idx++]; in j721e_soc_probe_cpb()
720 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_ivi() local
[all …]
H A Domap-hdmi.c316 struct snd_soc_dai_link_component *compnent; in omap_hdmi_audio_probe() local
364 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()