mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fix the description of return value of snd_config_search_definition()
Fixed the description of the return value of snd_config_search_definition().
This commit is contained in:
parent
123e2b7780
commit
ae363f57be
1 changed files with 1 additions and 1 deletions
|
|
@ -3963,7 +3963,7 @@ int snd_config_expand(snd_config_t *config, snd_config_t *root, const char *args
|
|||
* \param name Key suffix.
|
||||
* \param result The function puts the handle to the expanded found node at
|
||||
* the address specified by \p result.
|
||||
* \return Zero if successful, otherwise a negative error code.
|
||||
* \return A non-negative value if successful, otherwise a negative error code.
|
||||
*
|
||||
* First the key is tried, then, if nothing is found, base.key is tried.
|
||||
* If the value found is a string, this is recursively tried in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue