mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
conf: introduce snd_config_load_string()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
a95942f1af
commit
ebb8a6c7a1
4 changed files with 65 additions and 28 deletions
|
|
@ -89,6 +89,7 @@ const char *snd_config_topdir(void);
|
|||
int snd_config_top(snd_config_t **config);
|
||||
|
||||
int snd_config_load(snd_config_t *config, snd_input_t *in);
|
||||
int snd_config_load_string(snd_config_t **config, const char *s, size_t size);
|
||||
int snd_config_load_override(snd_config_t *config, snd_input_t *in);
|
||||
int snd_config_save(snd_config_t *config, snd_output_t *out);
|
||||
int snd_config_update(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue