mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
conf: rename snd_conf_load1() to _snd_config_load_with_include()
Always free the include path which must be mallocated by the caller. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f664a7aec9
commit
1e5ecbc806
3 changed files with 29 additions and 41 deletions
|
|
@ -355,7 +355,7 @@ int snd_config_search_alias_hooks(snd_config_t *config,
|
|||
int _snd_conf_generic_id(const char *id);
|
||||
|
||||
int _snd_config_load_with_include(snd_config_t *config, snd_input_t *in,
|
||||
const char *default_include_path);
|
||||
int override, char *default_include_path);
|
||||
|
||||
/* convenience macros */
|
||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue