mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
New syntax for the substituted variables - $(var).
Improved the variable substitution (all references in a string are replaced). Added special redirect loading code (to separate card dependant code to single files).
This commit is contained in:
parent
135461daeb
commit
61bf03ce70
8 changed files with 537 additions and 85 deletions
|
|
@ -80,6 +80,10 @@ const char *snd_config_get_id(snd_config_t *config);
|
|||
extern snd_config_t *snd_config;
|
||||
int snd_config_update(void);
|
||||
|
||||
int snd_config_redirect_load(snd_config_t *root, snd_config_t *config,
|
||||
char **name, snd_config_t **dst_config,
|
||||
int *dst_dynamic);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue