mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-12 04:27:45 -05:00
ucm: keep original device name for logs
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b3e4b15583
commit
5c4a683bd0
4 changed files with 9 additions and 4 deletions
|
|
@ -953,7 +953,7 @@ static int execute_component_seq(snd_use_case_mgr_t *uc_mgr,
|
|||
int err;
|
||||
|
||||
snd_trace(UCM, "execute component sequence '%s': %s", cmpt_seq->device ?
|
||||
cmpt_seq->device->name : NULL, uc_mgr_enable_str(cmpt_seq->enable));
|
||||
cmpt_seq->device->orig_name : NULL, uc_mgr_enable_str(cmpt_seq->enable));
|
||||
|
||||
/* enter component domain and store cdev for the component */
|
||||
uc_mgr->in_component_domain = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue