Lines Matching full:dais

218 	debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL,  in snd_soc_debugfs_init()
543 * for rtd->dais in soc_new_pcm_runtime()
545 rtd->dais = devm_kcalloc(dev, dai_link->num_cpus + dai_link->num_codecs, in soc_new_pcm_runtime()
548 if (!rtd->dais) in soc_new_pcm_runtime()
552 * dais = [][][][][][][][][][][][][][][][][][] in soc_new_pcm_runtime()
902 * This function will search all registered components and their DAIs to
916 /* Find CPU DAI from registered DAIs */ in snd_soc_find_dai()
1264 * Get selectable format from each DAIs. in snd_soc_runtime_get_dai_fmt()
1417 * This function updates the DAI link format for all DAIs connected to the DAI
1673 /* remove all rtd connected DAIs in good order */ in soc_remove_link_dais()
1686 /* probe all rtd connected DAIs in good order */ in soc_probe_link_dais()
2605 * Simplify DAI link naming for single devices with multiple DAIs by removing
2631 * @component: The component the DAIs are registered for
2636 * Topology can use this API to register DAIs when probing a component.
2637 * These DAIs's widgets will be freed in the card cleanup and the DAIs
2654 * Back in the old days when we still had component-less DAIs, in snd_soc_register_dai()
2655 * instead of having a static name, component-less DAIs would in snd_soc_register_dai()
2658 * the same naming style even though those DAIs are not in snd_soc_register_dai()
2688 * snd_soc_unregister_dais - Unregister DAIs from the ASoC core
2690 * @component: The component for which the DAIs should be unregistered
2703 * @component: The component the DAIs are registered for
2704 * @dai_drv: DAI driver to use for the DAIs
2705 * @count: Number of DAIs
2756 * codec DAIs always have both big and little endian variants set.
2836 dev_err(component->dev, "ASoC: Failed to register DAIs: %d\n", in snd_soc_add_component()
3682 * The array is set in the DAI link and the number of DAIs is set accordingly.
3732 * snd_soc_of_get_dai_link_cpus - Parse a list of CPU DAIs in the devicetree
3737 * Is analogous to snd_soc_of_get_dai_link_codecs but parses a list of CPU DAIs