mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
More documentation enhancements / removal of non-existent functions.
This commit is contained in:
parent
052be891a5
commit
3590f6ecd3
18 changed files with 153 additions and 12 deletions
|
|
@ -2502,7 +2502,14 @@ static int _snd_config_evaluate(snd_config_t *src,
|
|||
return 1;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* \brief Evaluate a config node in runtime
|
||||
* \param config source configuration node
|
||||
* \param root root of the source configuration
|
||||
* \param private_data private data for runtime evaluation
|
||||
* \param result result configuration node
|
||||
* \return zero if success, otherwise a negative error code
|
||||
*/
|
||||
int snd_config_evaluate(snd_config_t *config, snd_config_t *root,
|
||||
void *private_data, snd_config_t **result)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue