Lines Matching full:dais

219 	debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL,
544 * for rtd->dais
546 rtd->dais = devm_kcalloc(dev, dai_link->num_cpus + dai_link->num_codecs,
549 if (!rtd->dais)
553 * dais = [][][][][][][][][][][][][][][][][][]
903 * This function will search all registered components and their DAIs to
917 /* Find CPU DAI from registered DAIs */
1290 * Get selectable format from each DAIs.
1443 * This function updates the DAI link format for all DAIs connected to the DAI
1694 /* remove all rtd connected DAIs in good order */
1707 /* probe all rtd connected DAIs in good order */
2651 * Simplify DAI link naming for single devices with multiple DAIs by removing
2677 * @component: The component the DAIs are registered for
2682 * Topology can use this API to register DAIs when probing a component.
2683 * These DAIs's widgets will be freed in the card cleanup and the DAIs
2700 * Back in the old days when we still had component-less DAIs,
2701 * instead of having a static name, component-less DAIs would
2704 * the same naming style even though those DAIs are not
2734 * snd_soc_unregister_dais - Unregister DAIs from the ASoC core
2736 * @component: The component for which the DAIs should be unregistered
2749 * @component: The component the DAIs are registered for
2750 * @dai_drv: DAI driver to use for the DAIs
2751 * @count: Number of DAIs
2802 * codec DAIs always have both big and little endian variants set.
2879 dev_err(component->dev, "ASoC: Failed to register DAIs: %d\n",
3701 * The array is set in the DAI link and the number of DAIs is set accordingly.
3751 * snd_soc_of_get_dai_link_cpus - Parse a list of CPU DAIs in the devicetree
3756 * Is analogous to snd_soc_of_get_dai_link_codecs but parses a list of CPU DAIs