Lines Matching full:dais
219 debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL, in snd_soc_debugfs_init()
479 * for rtd->dais in soc_new_pcm_runtime()
481 rtd->dais = devm_kcalloc(dev, dai_link->num_cpus + dai_link->num_codecs, in soc_new_pcm_runtime()
484 if (!rtd->dais) in soc_new_pcm_runtime()
488 * dais = [][][][][][][][][][][][][][][][][][] in soc_new_pcm_runtime()
804 * This function will search all registered components and their DAIs to
818 /* Find CPU DAI from registered DAIs */ in snd_soc_find_dai()
1277 /* remove all rtd connected DAIs in good order */ in soc_remove_link_dais()
1295 /* probe all rtd connected DAIs in good order */ in soc_probe_link_dais()
1414 * This function updates the DAI link format for all DAIs connected to the DAI
2266 * Simplify DAI link naming for single devices with multiple DAIs by removing
2292 * @component: The component the DAIs are registered for
2297 * Topology can use this API to register DAIs when probing a component.
2298 * These DAIs's widgets will be freed in the card cleanup and the DAIs
2317 * Back in the old days when we still had component-less DAIs, in snd_soc_register_dai()
2318 * instead of having a static name, component-less DAIs would in snd_soc_register_dai()
2321 * the same naming style even though those DAIs are not in snd_soc_register_dai()
2350 * snd_soc_unregister_dais - Unregister DAIs from the ASoC core
2352 * @component: The component for which the DAIs should be unregistered
2365 * @component: The component the DAIs are registered for
2366 * @dai_drv: DAI driver to use for the DAIs
2367 * @count: Number of DAIs
2418 * codec DAIs always have both big and little endian variants set.
2491 dev_err(component->dev, "ASoC: Failed to register DAIs: %d\n", in snd_soc_add_component()
3124 * The array is set in the DAI link and the number of DAIs is set accordingly.