Lines Matching full:dais

218 	debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL,  in snd_soc_debugfs_init()
544 * for rtd->dais in soc_new_pcm_runtime()
546 rtd->dais = devm_kcalloc(dev, dai_link->num_cpus + dai_link->num_codecs, in soc_new_pcm_runtime()
549 if (!rtd->dais) in soc_new_pcm_runtime()
553 * dais = [][][][][][][][][][][][][][][][][][] in soc_new_pcm_runtime()
880 * This function will search all registered components and their DAIs to
894 /* Find CPU DAI from registered DAIs */ in snd_soc_find_dai()
1146 * Get selectable format from each DAIs. in snd_soc_runtime_get_dai_fmt()
1299 * This function updates the DAI link format for all DAIs connected to the DAI
1555 /* remove all rtd connected DAIs in good order */ in soc_remove_link_dais()
1568 /* probe all rtd connected DAIs in good order */ in soc_probe_link_dais()
2485 * Simplify DAI link naming for single devices with multiple DAIs by removing
2511 * @component: The component the DAIs are registered for
2516 * Topology can use this API to register DAIs when probing a component.
2517 * These DAIs's widgets will be freed in the card cleanup and the DAIs
2534 * Back in the old days when we still had component-less DAIs, in snd_soc_register_dai()
2535 * instead of having a static name, component-less DAIs would in snd_soc_register_dai()
2538 * the same naming style even though those DAIs are not in snd_soc_register_dai()
2568 * snd_soc_unregister_dais - Unregister DAIs from the ASoC core
2570 * @component: The component for which the DAIs should be unregistered
2583 * @component: The component the DAIs are registered for
2584 * @dai_drv: DAI driver to use for the DAIs
2585 * @count: Number of DAIs
2636 * codec DAIs always have both big and little endian variants set.
2714 dev_err(component->dev, "ASoC: Failed to register DAIs: %d\n", in snd_soc_add_component()
3560 * The array is set in the DAI link and the number of DAIs is set accordingly.
3610 * snd_soc_of_get_dai_link_cpus - Parse a list of CPU DAIs in the devicetree
3615 * Is analogous to snd_soc_of_get_dai_link_codecs but parses a list of CPU DAIs