mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
conf: add snd_config_make_path() function
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3050af4b90
commit
1aef5a8f8a
2 changed files with 99 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ int snd_config_make_real(snd_config_t **config, const char *key);
|
|||
int snd_config_make_string(snd_config_t **config, const char *key);
|
||||
int snd_config_make_pointer(snd_config_t **config, const char *key);
|
||||
int snd_config_make_compound(snd_config_t **config, const char *key, int join);
|
||||
int snd_config_make_path(snd_config_t **config, snd_config_t *root, const char *key,
|
||||
int join, int override);
|
||||
|
||||
int snd_config_imake_integer(snd_config_t **config, const char *key, const long value);
|
||||
int snd_config_imake_integer64(snd_config_t **config, const char *key, const long long value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue