Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/ti/
H A Dj721e-evm.c620 struct snd_soc_dai_link_component *compnent; in j721e_soc_probe_cpb() local
654 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() local
768 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 …]
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()