mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Improved documentation for snd_config_update
This commit is contained in:
parent
255fc1d22d
commit
1e658ea05a
1 changed files with 3 additions and 1 deletions
|
|
@ -2055,7 +2055,9 @@ int snd_config_hook_load_for_all_cards(snd_config_t *root, snd_config_t *config,
|
||||||
* \brief Update #snd_config rereading (if needed) files specified in
|
* \brief Update #snd_config rereading (if needed) files specified in
|
||||||
* environment variable ALSA_CONFIG_PATH. If it's not set the default value is
|
* environment variable ALSA_CONFIG_PATH. If it's not set the default value is
|
||||||
* "/usr/share/alsa/alsa.conf".
|
* "/usr/share/alsa/alsa.conf".
|
||||||
* \return 0 if no action is needed, 1 if tree has been rebuilt otherwise a negative error code
|
* \return non-negative value on success, otherwise a negative error code
|
||||||
|
* \retval 0 no action is needed
|
||||||
|
* \retval 1 tree has been rebuild
|
||||||
*
|
*
|
||||||
* Warning: If config tree is reread all the string pointer and config
|
* Warning: If config tree is reread all the string pointer and config
|
||||||
* node handle previously obtained from this tree become invalid
|
* node handle previously obtained from this tree become invalid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue