Lines Matching defs:top
288 blocks. This extension is built on top of the basic configuration file
472 * defined by <searchdir:relative-path/to/top-alsa-conf-dir>,
536 * The direcotry should be a subdiretory of top configuration directory
590 * \brief Returns the default top-level config directory
591 * \return The top-level config directory path string
593 * This function returns the string of the top-level config directory path.
1935 * \brief Creates a top level configuration node.
2041 * \param config Handle to a top level configuration node.
2070 * is created as a new top node.
2105 * \param config Handle to a top level configuration node.
2342 * This function makes \a config a top-level node, i.e., if \a config
3921 * \brief Configuration top-level node (the global configuration).
3923 * This variable contains a handle to the top-level configuration node,
4489 * \param[in,out] _top Address of the handle to the top-level node.
4522 snd_config_t *top;
4525 top = *_top;
4603 if (top) {
4604 snd_config_delete(top);
4623 if (top) {
4624 snd_config_delete(top);
4625 top = NULL;
4627 err = snd_config_top(&top);
4636 err = snd_config_load(top, in);
4647 err = snd_config_hooks(top, NULL);
4652 *_top = top;
4696 int snd_config_update_ref(snd_config_t **top)
4700 if (top)
4701 *top = NULL;
4706 if (top) {
4708 *top = snd_config;