Lines Matching full:dais

219 	debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL,  in snd_soc_debugfs_init()
549 * for rtd->dais in soc_new_pcm_runtime()
551 rtd->dais = devm_kcalloc(dev, dai_link->num_cpus + dai_link->num_codecs, in soc_new_pcm_runtime()
554 if (!rtd->dais) in soc_new_pcm_runtime()
558 * dais = [][][][][][][][][][][][][][][][][][] in soc_new_pcm_runtime()
908 * This function will search all registered components and their DAIs to
922 /* Find CPU DAI from registered DAIs */ in snd_soc_find_dai()
1295 * Get selectable format from each DAIs. in snd_soc_runtime_get_dai_fmt()
1448 * This function updates the DAI link format for all DAIs connected to the DAI
1699 /* remove all rtd connected DAIs in good order */ in soc_remove_link_dais()
1712 /* probe all rtd connected DAIs in good order */ in soc_probe_link_dais()
2656 * Simplify DAI link naming for single devices with multiple DAIs by removing
2682 * @component: The component the DAIs are registered for
2687 * Topology can use this API to register DAIs when probing a component.
2688 * These DAIs's widgets will be freed in the card cleanup and the DAIs
2705 * Back in the old days when we still had component-less DAIs, in snd_soc_register_dai()
2706 * instead of having a static name, component-less DAIs would in snd_soc_register_dai()
2709 * the same naming style even though those DAIs are not in snd_soc_register_dai()
2739 * snd_soc_unregister_dais - Unregister DAIs from the ASoC core
2741 * @component: The component for which the DAIs should be unregistered
2754 * @component: The component the DAIs are registered for
2755 * @dai_drv: DAI driver to use for the DAIs
2756 * @count: Number of DAIs
2807 * codec DAIs always have both big and little endian variants set.
2884 dev_err(component->dev, "ASoC: Failed to register DAIs: %d\n", in snd_soc_add_component()
3706 * The array is set in the DAI link and the number of DAIs is set accordingly.
3756 * snd_soc_of_get_dai_link_cpus - Parse a list of CPU DAIs in the devicetree
3761 * Is analogous to snd_soc_of_get_dai_link_codecs but parses a list of CPU DAIs