mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
ucm: fill missing device entries (conflicting / supported)
It is not necessary to maintain this information in sync in the configuration files. Fill the missing entries to the complementary devices. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
251bc204a1
commit
fdf96312fa
3 changed files with 75 additions and 1 deletions
|
|
@ -262,6 +262,7 @@ int uc_mgr_config_load(int format, const char *file, snd_config_t **cfg);
|
|||
int uc_mgr_import_master_config(snd_use_case_mgr_t *uc_mgr);
|
||||
int uc_mgr_scan_master_configs(const char **_list[]);
|
||||
|
||||
int uc_mgr_put_to_dev_list(struct dev_list *dev_list, const char *name);
|
||||
int uc_mgr_remove_device(struct use_case_verb *verb, const char *name);
|
||||
int uc_mgr_rename_device(struct use_case_verb *verb, const char *src,
|
||||
const char *dst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue