mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: parser - add error message to verb_dev_list_add()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
5bbe8b2fb9
commit
5bc3d4c4c1
1 changed files with 1 additions and 0 deletions
|
|
@ -1135,6 +1135,7 @@ static int verb_dev_list_add(struct use_case_verb *verb,
|
|||
}
|
||||
return uc_mgr_put_to_dev_list(&device->dev_list, src);
|
||||
}
|
||||
uc_error("error: unable to find device '%s'", dst);
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue