mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-01 01:40:07 -05: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);
|
return uc_mgr_put_to_dev_list(&device->dev_list, src);
|
||||||
}
|
}
|
||||||
|
uc_error("error: unable to find device '%s'", dst);
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue